Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-10-16 | unused var | Theo de Raadt | |
1996-10-14 | sync | Theo de Raadt | |
1996-10-14 | rename some 3cxxx stuff | Theo de Raadt | |
1996-10-14 | sync | Theo de Raadt | |
1996-10-14 | no need for --posix flag | Theo de Raadt | |
1996-10-14 | better 3c59x and 3c9xx support; netbsd pr#2840; curt@portal.ca | Theo de Raadt | |
1996-10-13 | Updated driver to match FreeBSD, from Dave Huang <khym@bga.com>. | Jason Downs | |
1996-10-12 | Support LUNs. My God... | Jason Downs | |
1996-10-04 | __OpenBSD__ | Theo de Raadt | |
1996-09-05 | se@freebsd.org: fix sync transfer negotiation. | dm | |
1996-09-05 | se@freebsd.org: some changes for the 53c860 and the 53c875 | dm | |
1996-08-23 | __OpenBSD__ messup fixed | Niklas Hallqvist | |
1996-08-21 | check for __OpenBSD__, prep for tossing __NetBSD__? | Theo de Raadt | |
1996-07-27 | split cy driver up | Theo de Raadt | |
1996-06-27 | new 2940 driver merged from freebsd sources 960623 | shawn | |
1996-06-21 | use correct copyright | chuck | |
1996-06-21 | PCI glue for the en ATM device. | chuck | |
1996-06-21 | add ENI ATM | chuck | |
1996-06-21 | regenerate | chuck | |
1996-06-21 | add ENI-155P ATM. | chuck | |
1996-06-20 | sync | Theo de Raadt | |
1996-06-20 | add Cyclom-Y definitions; from jmarin@pyy.jmp.fi | Theo de Raadt | |
1996-06-17 | probe routine has to have a way to succeed; netbsd pr#2555; ↵ | Theo de Raadt | |
peter@peter.noc.demon.net | |||
1996-06-10 | sync to 0607 | Theo de Raadt | |
1996-05-26 | sync 0521 | Theo de Raadt | |
1996-05-10 | if_name/if_unit -> if_xname/if_softc | Theo de Raadt | |
1996-05-10 | sync with pcidevs | Theo de Raadt | |
1996-05-10 | + pcnet-pci | Theo de Raadt | |
1996-05-10 | split le driver, add iy driver | Theo de Raadt | |
1996-05-07 | sync with 0504 -- prototypes and bus.h | Theo de Raadt | |
1996-05-05 | add general ether_ioctl call in net/if_ethersubr.c, | Michael Shalayeff | |
NS,IPX,X.25 special processing is now handled in there. reflect this amazing addition in all the ether ifaces. ppl, pls check the stuff. | |||
1996-05-05 | ahc/ahe driver update from freebsd; merged by soda@sra.co.jp and | Theo de Raadt | |
pete@demon.net | |||
1996-05-03 | prettier printf messages | Theo de Raadt | |
1996-05-02 | if_ep splitup | Theo de Raadt | |
1996-04-28 | Integrate new version of devlist2h.awk from NetBSD 1/22/96; regenerate | Thorsten Lockert | |
PCI device lists to compiles with PCI_VERBOSE works again | |||
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt | |
1996-04-19 | NetBSD 960317 merge | Niklas Hallqvist | |
1996-04-18 | NetBSD 960317 merge | Niklas Hallqvist | |
1996-03-22 | Fix previous changes; we actually take a device name too so as to avoid | Thorsten Lockert | |
having just non-descript "pci" devices show up in interrupt stats | |||
1996-03-19 | Merging w/ NetBSD 021796. | Michael Shalayeff | |
speaker upgraded to the current. some changes to the VM stuff (ie kern_thread.c added and so). | |||
1996-03-05 | sc_dev -> tulip_dev | dm | |
1996-02-29 | Supplement the known PCI Vendor list | Thorsten Lockert | |
1996-02-20 | Pass device name to interrupt establish routines so it can be recorded in | Thorsten Lockert | |
the device interrupt chain structures (isa, pci) Move interrupt chain structure definition to <machine/psl.h> so vmstat can get at it (i386) Remove hack to count interrupts the old way (i386) | |||
1996-02-18 | Add another PCI vendor / product | Thorsten Lockert | |
1996-02-13 | Recognize 3c595 (same as 3c590, according to FreeBSD if_vx) | dm | |
1996-01-15 | from netbsd: | Theo de Raadt | |
Add the "ahe" driver, autoconfiguration support for the aic7xxx-based Adaptec 2[78]4x SCSI controllers, from Michael Graff <explorer@flame.org>. Fixes PR #1594 from Noriyuki Soda <soda@sra.co.jp> in a different way. | |||
1995-12-27 | from netbsd: | Theo de Raadt | |
The IST_* and IPL_* constants are not bus-specific; don't treat them as such. Change splimp -> splnet in Ethernet, ARCnet, and FDDI drivers. | |||
1995-12-27 | from netbsd; merge latest Thomas version with our minimal changes | Theo de Raadt | |
1995-12-14 | from netbsd: add 3c590 and adaptec ultra | Theo de Raadt | |
1995-12-14 | from netbsd: | Theo de Raadt | |
Don't use the softc at probe time on pci devices because it has not been allocated yet |