#
dc9c6553 |
| 18-May-1997 |
pk <pk@NetBSD.org> |
Define a `vme' device on `iommu' and allow `vmes' and `vmel' as sub-busses.
|
#
07b064e0 |
| 15-Mar-1997 |
is <is@NetBSD.org> |
New ARP system, supports IPv4 over any hardware link.
Some of the stuff (e.g., rarpd, bootpd, dhcpd etc., libsa) still will only support Ethernet. Tcpdump itself should be ok, but libpcap needs lot
New ARP system, supports IPv4 over any hardware link.
Some of the stuff (e.g., rarpd, bootpd, dhcpd etc., libsa) still will only support Ethernet. Tcpdump itself should be ok, but libpcap needs lot of work.
For the detailed change history, look at the commit log entries for the is-newarp branch.
show more ...
|
#
4b697aa3 |
| 15-Mar-1997 |
christos <christos@NetBSD.org> |
add emul.c
|
#
a0d38099 |
| 12-Mar-1997 |
cgd <cgd@NetBSD.org> |
specs for ISP 10x0 (isp) driver Sbus attachment. From Matt Jacob.
|
#
f868730b |
| 27-Feb-1997 |
thorpej <thorpej@NetBSD.org> |
esp carries ncr53c9x attribute
|
#
7b40f522 |
| 21-Jan-1997 |
thorpej <thorpej@NetBSD.org> |
"md" is declared in sys/conf/files, now.
|
#
603b61c3 |
| 28-Dec-1996 |
pk <pk@NetBSD.org> |
rename: ramdisk => md
|
#
554078cb |
| 06-Dec-1996 |
pk <pk@NetBSD.org> |
Declare lebuffer
|
#
4ad70417 |
| 12-Nov-1996 |
thorpej <thorpej@NetBSD.org> |
Centralize the declaration of the "en" driver (Efficient Networks, Inc. 155Mb/sec ATM interface).
|
#
19b8bfdf |
| 01-Nov-1996 |
pk <pk@NetBSD.org> |
Declare device `audio' at sbus where it resides on Microsparc machines, from Nick Sayer's PR#2908.
|
#
e46ca2d6 |
| 30-Sep-1996 |
abrown <abrown@NetBSD.org> |
Add cgfourteen driver as device "cgfourteen"
|
#
7544016a |
| 22-Jun-1996 |
chuck <chuck@NetBSD.org> |
sbus specific stuff for eni155s sbus atm card. XXX: only works on sun4c, needs something better than vtophys() for machines with IOMMUs(?).
|
#
43cca677 |
| 20-Jun-1996 |
pk <pk@NetBSD.org> |
`rd_root.c' => `md_root.c'
|
#
5b902150 |
| 20-Jun-1996 |
pk <pk@NetBSD.org> |
ramdisk stuff.
|
#
c6d4bf55 |
| 19-Jun-1996 |
pk <pk@NetBSD.org> |
Add tcx definition.
|
#
3d1e6441 |
| 29-May-1996 |
pk <pk@NetBSD.org> |
Switch to `sys/dev/sun/event.c'.
|
#
dc7e7814 |
| 21-May-1996 |
pk <pk@NetBSD.org> |
Remove the `espdma' special case; all `esp' related dma channels are now called `dma' on all architectures. Note: `ledma' remains in place.
Also delete a couple of unneeded `needs-flag's in files.s
Remove the `espdma' special case; all `esp' related dma channels are now called `dma' on all architectures. Note: `ledma' remains in place.
Also delete a couple of unneeded `needs-flag's in files.sparc.
show more ...
|
#
e509f9aa |
| 16-May-1996 |
pk <pk@NetBSD.org> |
Change attributes of `dma', `espdma' and `ledma' (the attributes on the latter two didn't seem to make much sense anyway..) to allow `esp' devices to be attached to one of `sbus', `dma' and `espdma'.
Change attributes of `dma', `espdma' and `ledma' (the attributes on the latter two didn't seem to make much sense anyway..) to allow `esp' devices to be attached to one of `sbus', `dma' and `espdma'.
Remove the wildcarded `espdma?' and `ledma?' attachments of `esp' and `le' respectively, in favour of `dma?' and `lebuffer?' (but the latter is not yet implemented), which seems to better match reality: additional SBus SCSI/Lance boards call themselves `dma' and `lebuffer'.
show more ...
|
#
0e0d4f1e |
| 07-May-1996 |
thorpej <thorpej@NetBSD.org> |
Make the MI LANCE driver standalone, and use cfattach to resolve naming conflicts between bus attachments on ports that can have multiple instances of the LANCE.
|
#
e17cddf9 |
| 11-Apr-1996 |
thorpej <thorpej@NetBSD.org> |
If the power device is configured, don't forget to compile the driver. Also, add some whitespace for readability.
|
#
b0fd2dab |
| 04-Apr-1996 |
pk <pk@NetBSD.org> |
Include fd.c if (fdc | fd), so we're not obliged to define a device at fdc.
|
#
678fbb48 |
| 31-Mar-1996 |
pk <pk@NetBSD.org> |
sun4m device definitions and bus structure.
|
#
94907fa2 |
| 17-Mar-1996 |
cgd <cgd@NetBSD.org> |
adjust to deal with expression support for optional file specs
|
#
3cd14f75 |
| 17-Mar-1996 |
thorpej <thorpej@NetBSD.org> |
New device attachment scheme:
- split softc size and match/attach out from cfdriver into a new struct cfattach.
- new "attach" directive for files.*. May specify the name of the cfattach s
New device attachment scheme:
- split softc size and match/attach out from cfdriver into a new struct cfattach.
- new "attach" directive for files.*. May specify the name of the cfattach structure, so that devices may be easily attached to parents with different autoconfiguration semantics.
show more ...
|
#
855b6def |
| 02-Mar-1996 |
pk <pk@NetBSD.org> |
Add ns_cksum.
|