summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2005-05-27re-enable gpio init even without using the gpio(4) frameworkReyk Floeter
2005-05-27modernize and cleanup the nsgphy code, using mii_phy_setmedia/mii_phy_tickBrad Smith
2005-05-27some cleanupBrad Smith
2005-05-27- fix reception of VLAN sized frames on 82558 and upBrad Smith
2005-05-27handle SIOCSIFMTU ioctlBrad Smith
2005-05-27- disable the gpio user interface for now, it's just an unimportantReyk Floeter
2005-05-27byebye ncr(4) and some vtophysMartin Reindl
2005-05-27nuke vtophys crapJason Wright
2005-05-27kill another forgotten vtophys since bus_dma conversionPeter Valchev
2005-05-27remove vtophys hack (for alpha) which this driver no longer usesPeter Valchev
2005-05-26remove unused vtophys stuffMartin Reindl
2005-05-26remove vtophys (it wasn't used anyway)Jason Wright
2005-05-26M-Systems DiskOnKey2 works better with zero padded commands so make itKenneth R Westerback
2005-05-26add a cardbus attachment for uhci. This code is based on the ohci_cardbus.cNathan Binkert
2005-05-26nForce4 PATA support from Olivier Crouzet <ol at epita.fr>. ok grange@Jonathan Gray
2005-05-26Fix compilation on macppc and likely other archs.Jonathan Gray
2005-05-26regenFederico G. Schwindt
2005-05-26geforce fx5500Federico G. Schwindt
2005-05-25- identify Compex NICs (untested)Martin Reindl
2005-05-25PQUIK_NOMODESENSE no longer does anything, and PQUIRK_NOBIGMODESENSE wasKenneth R Westerback
2005-05-25Fix instances of macros with improperly parenthasized arguments.Brad Smith
2005-05-25- Fixed resetting of the watchdog timer and queue full flag.Brad Smith
2005-05-25regenBrad Smith
2005-05-251 Mbps Ethernet, huh?Brad Smith
2005-05-25BCM5220Brad Smith
2005-05-25regenBrad Smith
2005-05-25I don't know the real name of this PHY on a dc@cardbus I wasBrad Smith
2005-05-25correctly initialize AD1886.Joris Vink
2005-05-25in tulip_reset() remove a useless printf and check flags before resettingMartin Reindl
2005-05-24ath_hal_rx_monitor should be used for link state monitoring instead ofReyk Floeter
2005-05-24crank up MAXCCB to 250 for cards that can handle it. ok mickey@Marco Peereboom
2005-05-24remove NetBSD's event counter code.Brad Smith
2005-05-24san depends on sppp. canacar@ ok.Hakan Olsson
2005-05-24- allow reception of VLAN sized framesBrad Smith
2005-05-24Set the data length on CBI data transfers.Christopher Pascoe
2005-05-24Support second interface on FTDI 2232C based devices.Christopher Pascoe
2005-05-24regenJonathan Gray
2005-05-24nForce4 devices found in a dmesg from Charly Tipton <ekop at flash.net>.Jonathan Gray
2005-05-24disable TX HW checksumming, some revs of the chip can cause packet corruption.Brad Smith
2005-05-23loose is not lose. ok deraadt tdeval and a few more typos from jfbTed Unangst
2005-05-23Remove some unuseful debug code.Jonathan Gray
2005-05-23- Fix some big-endian issues.Brad Smith
2005-05-23ROTD (Regen Of The Day)Miod Vallat
2005-05-23Duplicate keycode 50 as keycode 49, some USB keyboards use the latter.Miod Vallat
2005-05-23suspected airprime pc5220 EVDO supportTheo de Raadt
2005-05-23- remomve unneeded tulip_reset() and always include intr.hMartin Reindl
2005-05-23Initial radiotap support. ok dlg@Jonathan Gray
2005-05-22remove "0x" in front of %p in printfs.Artur Grabowski
2005-05-22ALTQ cleanoutMartin Reindl
2005-05-22fix setting of the "need ack" flag.Damien Bergamini