summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2003-12-14Move struct ata_bustype from wdvar.h to atavar.h.thorpej
2003-12-14Move struct ata_bio from wdvar.h to atavar.h.thorpej
2003-12-14Tidy up the whitespace.thorpej
2003-12-14Regen: added ATI Radeon 9200SE.tsutsui
2003-12-14Add ATI Radeon 9200SE.tsutsui
2003-12-14Do 5704-specific setup of DMA control register for all 5704 variants,jonathan
2003-12-14Liberally apply static.thorpej
2003-12-14Cosmetic changes in some autoconfiguration messages.thorpej
2003-12-14De-__P and use ANSI-style function decls.thorpej
2003-12-14Split the Intel i31244 SATA controller ("Artisea") driver out of piixidethorpej
2003-12-14Missing splx() calls.ad
2003-12-14Liberally apply "static", and wrap a line.thorpej
2003-12-13Split out the Silicon Image SATALink support into its own driver,thorpej
2003-12-13Make this compile again.ad
2003-12-13Add write barriers (a no-op on vax).ad
2003-12-13Use ioctl(..., DIOCGPART, ...) instead of vn_stat() to get the size of thehannken
2003-12-13Merge ACPI-CA 20031203kochi
2003-12-12Fix compilation for ports w/o __GENERIC_SOFT_INTERRUPTS_ALL_LEVELS.martin
2003-12-12In parallel to the interrupt handler pckbcintr provide two functionsmartin
2003-12-12Just use the default field separatorjmc
2003-12-12Regen (picks up PNP8389 after devlist2h.awk changesjmc
2003-12-12Fix from PR#23177. Pass lint and while here use a regular field separatorjmc
2003-12-11make this compile again.christos
2003-12-10Modify the licences of code written by Theo De Raadt from a 4-clausejdolecek
2003-12-10Modify the licences of code written by Theo De Raadt from a 4-clauseagc
2003-12-10The file system snapshot pseudo driver.hannken
2003-12-10Power up the card without OE enabled to avoid letting SanDisks enterbriggs
2003-12-09Mirror change made in FreeBSD, rev 1.39 of aac.c. May address PR 23574.ad
2003-12-09Use aprint_*()briggs
2003-12-09Grab the configuration lock when handling I2ORESCANCMD.ad
2003-12-09Match Promise controllers.ad
2003-12-09Regen.ad
2003-12-09Add second ID for Intel i960 RM.ad
2003-12-09The highest 16 bits of chipid identify the ASIC, so print only them.pooka
2003-12-09Catch break for cn_check_magic() and remove the pmax-specific hack.ad
2003-12-08Match 5703 ASIC A3.pooka
2003-12-08regen for broadcom 5703a3pooka
2003-12-08Broadcom 5703 A3pooka
2003-12-08Regenscw
2003-12-08Add an entry for Intersil's Prism-54 (ISL3890) WLAN mini-PCI card.scw
2003-12-07regen.ichiro
2003-12-07add bluetooth productsichiro
2003-12-07Enable RSSI-based rate-adaptation for wi(4). This enables wi(4)-baseddyoung
2003-12-07In _STA mode, don't panic when a stray beacon-miss interrupt isdyoung
2003-12-07Updates to 802.11 radiotap. The _DB_ flags were used everywhere todyoung
2003-12-07Make the MASK_TO_SHIFT expression less "tall." Hopefully helpsdyoung
2003-12-07Cosmetic: add some whitespace for readability.dyoung
2003-12-06Clone artisea_chip_map() for use by the ICH5 SATA controllers.bouyer
2003-12-06- disable ipv4 checksum offloading as it seems to have a problem.yamt
2003-12-06regen:jdolecek