summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2002-07-10Handle resetting port better.Nathan Binkert
2002-07-10ICH4 support; ok gluk@Markus Friedl
2002-07-10Formatting and spacing sync with NetBSDNathan Binkert
2002-07-10Try to be more portableNathan Binkert
2002-07-10New device supportNathan Binkert
2002-07-10Support for USB->Serial adapters based on FT8U232AMNathan Binkert
2002-07-10Sync with current statusNathan Binkert
2002-07-09driver for D-Link DSB-R100 FM RadioNathan Binkert
2002-07-09kill trailing whitespaceNathan Binkert
2002-07-09sync with NetBSDNathan Binkert
2002-07-09make the timeout a function parameterNathan Binkert
2002-07-09Dont use stuff that isn't committed yetNathan Binkert
2002-07-09New device From NetBSDNathan Binkert
2002-07-09Sync Id string with NetBSDNathan Binkert
2002-07-09scanner updates from NetBSDNathan Binkert
2002-07-09fixes from NetBSDNathan Binkert
2002-07-09add new deviceNathan Binkert
2002-07-09syncNathan Binkert
2002-07-09New aue(4) deviceNathan Binkert
2002-07-09move common declarations to if_wivar.h; mickey@ and millert@ ok.Federico G. Schwindt
2002-07-09Don't write 32 bits to a 16-bit register.Aaron Campbell
2002-07-08Another missing bit (appears to make the 582x series work like the 580x seriesJason Wright
2002-07-085821 has two additional bits that must be ack'd (note they don't haveJason Wright
2002-07-08tl* multicast filter is broken. use ALLMULTI for now.Jun-ichiro itojun Hagino
2002-07-07Allow isapnp to compile without isadma configured. From NetBSD.Miod Vallat
2002-07-07better say we are OpenBSD in the configromThierry Deval
2002-07-06Remove kernel support for NTP. ok deraadt@ and tholo@Thomas Nordin
2002-07-06HPT 372, 372A and 374. Only HPT372 was tested.Grigoriy Orlov
2002-07-06regenGrigoriy Orlov
2002-07-06HPT372/4Grigoriy Orlov
2002-07-05Never call crp_callback directly, use crypto_done() insteadJason Wright
2002-07-05KNF (no space after casts)Jason Wright
2002-07-05Typo; stobe -> strobeAaron Campbell
2002-07-05Remove an unused #define (belongs only in the PCI attachment source file).Aaron Campbell
2002-07-05attempt to make ahc smaller. change PCI interrupt handler.Steve Murphree
2002-07-04repair a dmesg cleanupMichael Shalayeff
2002-07-04New product ID.Nathan Binkert
2002-07-04syncNathan Binkert
2002-07-04new devicesNathan Binkert
2002-07-04Various tga hacks:Miod Vallat
2002-07-03Another missing call to AMI_UNLOCK_API(). Fixes SPL NOT LOWERED errors seenAaron Campbell
2002-07-03Fix some major brain damage where I was performing arithmetic on aAaron Campbell
2002-07-03But when denormalizing we need the normalized length, too as well as the dest...Jason Wright
2002-07-03result only needs to be as big as the number of real bits in the modulusJason Wright
2002-07-02inital -> initialNathan Binkert
2002-07-02bus_dma'ify, works on an SiS900 and a Netgear FA411. Thanks to wilfried@ forAaron Campbell
2002-07-02Fix PIO write state machine. This has been totally broken since 2.5, but sinceConstantine Sapuntzakis
2002-07-01Ensure scb is setup correctly. Add debugging info.Steve Murphree
2002-07-01repair burner after X, as seen on misc@; from grange@Michael Shalayeff
2002-07-01when printing the size, use what we have map'ed, not what's in theFederico G. Schwindt