summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Collapse)Author
1996-10-16unused varTheo de Raadt
1996-10-14syncTheo de Raadt
1996-10-14rename some 3cxxx stuffTheo de Raadt
1996-10-14syncTheo de Raadt
1996-10-14no need for --posix flagTheo de Raadt
1996-10-14better 3c59x and 3c9xx support; netbsd pr#2840; curt@portal.caTheo de Raadt
1996-10-13Updated driver to match FreeBSD, from Dave Huang <khym@bga.com>.Jason Downs
1996-10-12Support LUNs. My God...Jason Downs
1996-10-04__OpenBSD__Theo de Raadt
1996-09-05se@freebsd.org: fix sync transfer negotiation.dm
1996-09-05se@freebsd.org: some changes for the 53c860 and the 53c875dm
1996-08-23__OpenBSD__ messup fixedNiklas Hallqvist
1996-08-21check for __OpenBSD__, prep for tossing __NetBSD__?Theo de Raadt
1996-07-27split cy driver upTheo de Raadt
1996-06-27new 2940 driver merged from freebsd sources 960623shawn
1996-06-21use correct copyrightchuck
1996-06-21PCI glue for the en ATM device.chuck
1996-06-21add ENI ATMchuck
1996-06-21regeneratechuck
1996-06-21add ENI-155P ATM.chuck
1996-06-20syncTheo de Raadt
1996-06-20add Cyclom-Y definitions; from jmarin@pyy.jmp.fiTheo de Raadt
1996-06-17probe routine has to have a way to succeed; netbsd pr#2555; ↵Theo de Raadt
peter@peter.noc.demon.net
1996-06-10sync to 0607Theo de Raadt
1996-05-26sync 0521Theo de Raadt
1996-05-10if_name/if_unit -> if_xname/if_softcTheo de Raadt
1996-05-10sync with pcidevsTheo de Raadt
1996-05-10+ pcnet-pciTheo de Raadt
1996-05-10split le driver, add iy driverTheo de Raadt
1996-05-07sync with 0504 -- prototypes and bus.hTheo de Raadt
1996-05-05add 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-05ahc/ahe driver update from freebsd; merged by soda@sra.co.jp andTheo de Raadt
pete@demon.net
1996-05-03prettier printf messagesTheo de Raadt
1996-05-02if_ep splitupTheo de Raadt
1996-04-28Integrate new version of devlist2h.awk from NetBSD 1/22/96; regenerateThorsten Lockert
PCI device lists to compiles with PCI_VERBOSE works again
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-04-19NetBSD 960317 mergeNiklas Hallqvist
1996-04-18NetBSD 960317 mergeNiklas Hallqvist
1996-03-22Fix previous changes; we actually take a device name too so as to avoidThorsten Lockert
having just non-descript "pci" devices show up in interrupt stats
1996-03-19Merging 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-05sc_dev -> tulip_devdm
1996-02-29Supplement the known PCI Vendor listThorsten Lockert
1996-02-20Pass device name to interrupt establish routines so it can be recorded inThorsten 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-18Add another PCI vendor / productThorsten Lockert
1996-02-13Recognize 3c595 (same as 3c590, according to FreeBSD if_vx)dm
1996-01-15from 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-27from 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-27from netbsd; merge latest Thomas version with our minimal changesTheo de Raadt
1995-12-14from netbsd: add 3c590 and adaptec ultraTheo de Raadt
1995-12-14from netbsd:Theo de Raadt
Don't use the softc at probe time on pci devices because it has not been allocated yet