summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2002-06-21regenMarkus Friedl
2002-06-21add some ICH4 devices; ok deraadt@Markus Friedl
2002-06-21regen.Federico G. Schwindt
2002-06-21add support for Netgear MA401RA (Prism-2.5)Henning Brauer
2002-06-21make this more quiet on card insertion.Federico G. Schwindt
2002-06-21missing tab.Federico G. Schwindt
2002-06-21Add some missing casts of sc->wi_txbuf -> caddr_tTodd C. Miller
2002-06-21Don't set WI_FLAGS_ATTACHED in sc->wi_flags until after mi attachTodd C. Miller
2002-06-21put the objects in a better order, so that they align correctly.Theo de Raadt
2002-06-21don't convert these to little-endian. now ifconfig shows the nwid onFederico G. Schwindt
2002-06-21skeleton for queue handling on the pk side of the chip. For now it justJason Wright
2002-06-21ugly kludge to deal correctly with endianess in sparc and sparc64.Federico G. Schwindt
2002-06-21Trial and error gives me this tweak for the trumpion 0x1100 device.Artur Grabowski
2002-06-21syncArtur Grabowski
2002-06-21Add Trumpion Microelectronics (Who comes up with those names?)Artur Grabowski
2002-06-20bunch more reg defns (pkh/pke mostly).Jason Wright
2002-06-20make this compile on sparc64; deraadt and millert ok.Federico G. Schwindt
2002-06-20Add ELSA / ZCOMAX XI-325 (and XI-325H); Ken SimpsonTodd C. Miller
2002-06-20regenTodd C. Miller
2002-06-20indent.Federico G. Schwindt
2002-06-20rename nell to stp. we do not always follow stupid solaris namesTheo de Raadt
2002-06-19more sbus->pcmcia pieces.Federico G. Schwindt
2002-06-19syncJason Wright
2002-06-19add magma dma4 serial board (thanks Matt!)Jason Wright
2002-06-19- set the size correctly.Federico G. Schwindt
2002-06-19sbus pcmcia bridge driver (nell); from NetBSD.Federico G. Schwindt
2002-06-19move initialization a bit later.Federico G. Schwindt
2002-06-19remove __BROKEN_INDIRECT_CONFIG cruft.Federico G. Schwindt
2002-06-19add kqfilter for random, regress is comingMichael Shalayeff
2002-06-18fix uftdi so that it matches what usbdevs saysNathan Binkert
2002-06-17cosmetic changes in the copyright suggested by theo.Federico G. Schwindt
2002-06-17- make user ioctl's available via gprio.hFederico G. Schwindt
2002-06-17syncNathan Binkert
2002-06-17New Rio/Nike psa[play 120 mp3 playerNathan Binkert
2002-06-17remove noisy jason debug printf blatther. bad pTheo de Raadt
2002-06-16Increase XL_TIMEOUT from 1000 -> 2000. No longer get those pesky "commandAaron Campbell
2002-06-16implement kqueue for audio; tested on wiggy and niels@ okMichael Shalayeff
2002-06-16forgot copyright, pointed out by christos@netbsdNiels Provos
2002-06-15Check the correct variable when freeing the RX/TX lists.Aaron Campbell
2002-06-15Don't advertise hostap as an allowed media type for firmware < 0.80Todd C. Miller
2002-06-15Move ATA SMART defines to atactl.Grigoriy Orlov
2002-06-15unmap/free memory as well on detach.Federico G. Schwindt
2002-06-15GPR400 smartcard reader driver, some stuff still missing.Federico G. Schwindt
2002-06-15bus_dma'ify. Tested on 3c900(pci), 3c905b(pci), and 3c575c(cardbus). ThanksAaron Campbell
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-06-14don't allow users to set the IBSS/HostAP SSID to the empty stringTodd C. Miller
2002-06-14from freebsd:Michael Shalayeff
2002-06-12Previously, SIOCG80211NWID would return the "desired" netname ifTodd C. Miller
2002-06-12Prune duplicate definitions from <dev/cons.h>Miod Vallat
2002-06-11Fix, s/pci_sel/pciselJason Wright