NetBSD/sys/dev/ofw
thorpej f98d358a1f Rework layer 2 protocol input routines. Instead of calling e.g. ether_input()
directly, call the function pointer (*if_input)(ifp, m).  The input routine
expects the packet header to be at the head of the packet, and will adjust
as necessary.  Privatize the layer 2 input and output routines, allowing
*_ifattach() to set them up as appropriate.
1999-05-18 23:52:51 +00:00
..
Makefile Define some things related to the PCI Bus binding to OpenFirmware. 1999-05-04 20:08:04 +00:00
files.ofw Add common OpenFirmware network interface functions. Currently supports 1998-07-22 22:04:14 +00:00
ofbus.c Several things: 1998-02-24 05:44:39 +00:00
ofcons.c Replace TS_WOPEN with t_wopen, per mail on tech-kern. 1998-03-21 04:02:47 +00:00
ofdisk.c -Wall (one real bug, even!) 1998-03-21 02:04:55 +00:00
ofnet.c Rework layer 2 protocol input routines. Instead of calling e.g. ether_input() 1999-05-18 23:52:51 +00:00
ofrtc.c -Wall 1998-03-21 02:05:17 +00:00
ofw_network_subr.c Add common OpenFirmware network interface functions. Currently supports 1998-07-22 22:04:14 +00:00
ofw_pci.h Fix OFW_PCI_PHYS_HI_DEVICEMASK value. 1999-05-05 08:09:34 +00:00
ofw_subr.c Forcibly NUL-terminate the path name, just to be sure. 1998-02-24 07:14:17 +00:00
openfirm.h oops, fix previous. 1999-03-10 02:19:04 +00:00