summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2000-06-29Be more detach friendly. In particular, remove the infinite while() loopsAaron Campbell
2000-06-29No need to call bpfdetach(), that's done in if_detach().Aaron Campbell
2000-06-29Sync adw files with (almost) latest NetBSD versions:Kenneth R Westerback
2000-06-28sync with NetBSD v1.7Kenneth R Westerback
2000-06-28Remove pointless variable. It is set to 0, then returned without modification.Todd C. Miller
2000-06-28Make suspend -> eject card -> resume work.Aaron Campbell
2000-06-28Don't call the drivers' xxx_activate() function directly -- use the systemAaron Campbell
2000-06-27Move ac97 register defines into ac97.hArtur Grabowski
2000-06-27Make this driver work. When I ported it from FreeBSD, somehow a line got leftAaron Campbell
2000-06-26Convert to new timeouts.Artur Grabowski
2000-06-26let svnd deal with sparse files, okay art@ deraadt@Niels Provos
2000-06-26interface can be faked for cmd chipsChris Cappuccio
2000-06-26from NetBSDChris Cappuccio
2000-06-26Make the Linksys Combo PCMCIA EthernetCard (EC2T) work again; it was broken byAaron Campbell
2000-06-26syncAaron Campbell
2000-06-26Add a PCMCIA_CIS entry for the Linksys Combo PCMCIA EthernetCard EC2T.Aaron Campbell
2000-06-23Implement PCMCIA event polling. This will either complement interrupt-drivenAaron Campbell
2000-06-23Pass the correct sizeo() to cfattach struct so we don't panic on detach.Aaron Campbell
2000-06-22on unconfig, bzero the key before free; from aazubel@core-sdi.com.Federico G. Schwindt
2000-06-22xl_setmulti_hash() does not work right. tested at usenix2000 term room.Jun-ichiro itojun Hagino
2000-06-20add encryption for svnd's for Erich <hh@cyberpass.net>. You can do aNiels Provos
2000-06-20allow rx to work after tcpdump; ok art@Todd T. Fries
2000-06-20KNFTodd T. Fries
2000-06-20Avoid using I/O port 0x370 since this is used by onboard audio onTodd C. Miller
2000-06-20remove NetBSD ifdefs. indent.Federico G. Schwindt
2000-06-20KNFTodd T. Fries
2000-06-20call crypto_done()Jason Wright
2000-06-20Almost make a Megahertz card working, still rx probs thoughNiklas Hallqvist
2000-06-20some more esp devicesNiklas Hallqvist
2000-06-20regenNiklas Hallqvist
2000-06-20esp SCSI devicesNiklas Hallqvist
2000-06-20After bpf_mtap(), in promisc mode, don't drop packets that aren't for us here;Aaron Campbell
2000-06-19syncChris Cappuccio
2000-06-19new cmd ide controllersChris Cappuccio
2000-06-19xe needs ifmediaFederico G. Schwindt
2000-06-19Uncomment esp out now that the driver is in the tree.Federico G. Schwindt
2000-06-19Add pcmcia attachment of esp; from NetBSD.Federico G. Schwindt
2000-06-19oops, nuke unused variableJason Wright
2000-06-19oops, add macbuf to the queue structureJason Wright
2000-06-19add authentication-only handling (easy setup).Jason Wright
2000-06-19Insert missing splx(); me and roberto@ns2.freenix.org.Aaron Campbell
2000-06-18Initialize the signal quality cache iff ANCACHEThorsten Lockert
2000-06-18syncOleg Safiullin
2000-06-18oopsOleg Safiullin
2000-06-18syncOleg Safiullin
2000-06-18add GeForce256Oleg Safiullin
2000-06-18Support FIONBIO and FIOASYNC. FIOASYNC is more or less a no-op>Todd C. Miller
2000-06-18syncTheo de Raadt
2000-06-18match 82559ERTheo de Raadt
2000-06-18new type of fxpTheo de Raadt