summaryrefslogtreecommitdiff
path: root/sys/dev/ofw
AgeCommit message (Expand)Author
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
1998-02-02add of_nodename(), a function to stuff the last component of a node'scgd
1998-02-02add a prototype for of_nodename(), a function to stuff the lastcgd
1998-02-02Prototype OF_getproplen().thorpej
1998-01-28prototype of_compatiblecgd
1998-01-28clean up comments and includes. add an of_compatible() functioncgd
1998-01-27Make sure the data after the Ethernet header is aligned. (It's beencgd
1998-01-26clean up for other changes (removal of ofnmmatch(), addition ofcgd
1998-01-26of_decode_int() the stdin and stdout properties.cgd
1998-01-26new file containing common OFW-related routines. Right now just containscgd
1998-01-26(1) kill ofnmmatch(); nothing used it (and it's not clear thatcgd
1998-01-26add ofw_subr.c, a file containing common OFW routines.cgd
1998-01-22fix typo: s/max-address/mac-address/cgd
1998-01-12Update for config changes.thorpej
1997-10-08Oops, fix a couple of typos.thorpej
1997-10-08Implement DIOCGDEFLABEL.thorpej
1997-07-23RCS id police.thorpej
1997-07-23Fix an oversight and a typo.thorpej
1997-06-24Three changes to ofdsize():thorpej
1997-04-28DTRT if OF_read() returns 0 when no data is available.mycroft
1997-04-28Oops; forgot to GC the last mbuf allocated when out of clusters.mycroft
1997-04-24Fix typo in previous.mycroft
1997-04-24If we fail to allocate a cluster to hold a large packet, simplymycroft
1997-04-16Update for no __BROKEN_INDIRECT_CONFIG.thorpej
1997-04-16- Update for no __BROKEN_INDIRECT_CONFIG.thorpej
1997-04-16- Update for no __BROKEN_INDIRECT_CONFIG.thorpej
1997-04-16Update for no __BROKEN_INDIRECT_CONFIG.thorpej
1997-03-15New ARP system, supports IPv4 over any hardware link.is
1996-10-16Rename recently checked in KGDB to IPKDB to resolve conflicts with older KGDBws