summaryrefslogtreecommitdiff
path: root/sys/dev/ofw
AgeCommit message (Expand)Author
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
1999-03-10oops, fix previous.mrg
1999-03-09no need to use __P inside __P.mrg
1999-02-03Update last prototyping change.pk
1999-02-02Make this pass the `strict prototype' test.pk
1998-07-22Add common OpenFirmware network interface functions. Currently supportsthorpej
1998-07-05defopt INET, NETATALK.jonathan
1998-06-12Rework the way kernel include files are installed. In the new method,cgd
1998-06-10Missing include <sys/systm.h>.tv
1998-03-21Replace TS_WOPEN with t_wopen, per mail on tech-kern.mycroft
1998-03-21-Wallcgd
1998-03-21-Wall (one real bug, even!)cgd
1998-02-24Forcibly NUL-terminate the path name, just to be sure.mycroft
1998-02-24Minor style change.mycroft
1998-02-24Several things:mycroft
1998-02-16Remove "class" declarations, and add "devclass" declarations wherethorpej
1998-02-03s/of_nodename/of_packagename/. Eventually, we'll probably want somethingcgd
1998-02-03in ofbattach(), don't both doing an ofbprint() by hand if the root node.cgd
1998-02-02make ofbprint() use of_nodename(). cleanup.cgd