summaryrefslogtreecommitdiff
path: root/sys/dev/ofw
AgeCommit message (Expand)Author
2003-01-15Zero out the buffer when padding packet to ETHER_MIN_LEN-ETHER_CRC_LENbouyer
2003-01-06compatibility, not compatiblity.wiz
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-11-01implement separate read/write disk statistics:mrg
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-22in ofnet_read(), interpret returns of either -2 or 0 from OF_read() aschs
2002-10-05add missing protos.chs
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27Fix a latent bug uncovered by the new autoconfiguration code: makethorpej
2002-09-18use splnet() around the body of ofnet_read(). this is logically thechs
2002-09-18fix error checking in ofdisk_open().chs
2002-09-18implement device_register() for ofppc.chs
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2002-03-05bring in latest ALTQ from kjc. ALTQify some of the drivers.itojun
2001-11-13add RCSIDslukem
2001-10-22Remove hack to skip OFW nodes which don't correspond to devices. Thesethorpej
2001-10-20FCS check and padding for minimum size Ethernet packetbillc
2001-08-26Make compile with -Wmissing-prototype -Wstrict-prototypesmatt
2001-08-25Make this compile with -Wmissing-prototypes by adding appropriatematt
2001-06-19Don't use argument names in function declarations.simonb
2001-06-10Rename ofb_softc to ofbus_softc. (XXX Is this good name?)tsubai
2001-06-08Add multiple inclusion protection. Define prototypes for openfirmmatt
2001-05-02Add `l_poll' to `struct linesw' and provide an xxxpoll() entry pointscw
2001-04-11Put back all header files defining ioctlsjdolecek
2001-04-11Only install headers which are actually used by our userland. Thisjdolecek
2001-02-17add OFW_PCI_PHYS_HI_BUS()mrg
2001-02-16expand this a little further to include defines of:mrg
2001-01-08Return error in the case of using ODIOCGDINFO or ODIOCGDEFLABEL whenfvdl
2001-01-07Adapt all disk devices in MI directories to handle ODIOC* callsfvdl
2000-11-15OF_nextprop: make OUT argument type `void *'pk
2000-11-15Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach().thorpej
2000-11-14some cleanup. Add back OFIOCGETOPTNODE.matt
2000-11-14Add OFIOCGETOPTNODE (now that I know how to implement it).matt
2000-11-14Add openfirmio which is an ioctl interface to OpenFirmware.matt
2000-11-14Add OF_nextprop and OF_setprop prototypes.matt
2000-11-14de __P'd.matt
2000-11-02Adapt to the new line discipline scheme.eeh
2000-05-16Nuke dk_establish() from orbit except from those ports which still usethorpej
2000-04-14Fix some callout fallout. Hi Jason!scw
2000-03-24Update several ports to at least work again without IPKDBws
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-03-13Fix doubled 'the's in comments.soren
1999-05-18Rework layer 2 protocol input routines. Instead of calling e.g. ether_input()thorpej
1999-05-05Fix OFW_PCI_PHYS_HI_DEVICEMASK value.tsubai
1999-05-04Make this compile again.thorpej
1999-05-04Define some things related to the PCI Bus binding to OpenFirmware.thorpej