summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-03-25add vendor ID for SMSC and SMSC LAN83C185 10/100 PHY id.Brad Smith
2006-03-25fixup IP checksum when modifying IP header fields, based on a patch inDaniel Hartmeier
2006-03-25tidy up a bit.Brad Smith
2006-03-25ANSI and KNF.Brad Smith
2006-03-25regenBrad Smith
2006-03-25add a second Packet Engines Yellowfin PCI id.Brad Smith
2006-03-25set/clear the all frames bit in the receive filter whenBrad Smith
2006-03-24regenBrad Smith
2006-03-24add the Globespan PCI vendor id.Brad Smith
2006-03-24i wish all new hardware was this easy to support. acer labs usb2 dataDavid Gwynne
2006-03-24hppa has CardBus and USB as well so add umsm(4).Jonathan Gray
2006-03-24move the mp tramp higher to avoid trashing boot args and also to fight strang...Michael Shalayeff
2006-03-24Enable umsm(4) on archs that support CardBus.Jonathan Gray
2006-03-24Driver for the serial interface to Qualcomm MSM EVDO modems.Jonathan Gray
2006-03-24regenDavid Gwynne
2006-03-24Acer Labs USB 2.0 Data Link cable. its a host to host cableDavid Gwynne
2006-03-24- Set the PCI latency timer for bus master devices.Brad Smith
2006-03-23Previous state machine for caps lock would prove ineffective if caps lockMiod Vallat
2006-03-23- Remove variable names from function prototypes.Brad Smith
2006-03-23kill evil \r; from cedricMichael Shalayeff
2006-03-23Set a carp MAC address of 00:00:00:00:00:00 if no vhid is assigned.Ryan Thomas McBride
2006-03-23Use PAGE_SIZE instead of NBPG.Brad Smith
2006-03-23ANSI and KNF.Brad Smith
2006-03-23ANSIfyBrad Smith
2006-03-23Extra parentheses in comments.Ray Lai
2006-03-22Fixup broken mpbios'es on VT8237 and nForce4 chipsets. Fixes interruptMark Kettenis
2006-03-22Detect newer revisions of the LM81.Mark Kettenis
2006-03-22incorrect check for end of array; ok jsgTheo de Raadt
2006-03-22prevent anything outside rote.c from accessing the routing table headsHenning Brauer
2006-03-22Fix comment about MINFREE, from Thordur I. Bjornsson <thib@mi.is>Pedro Martelletto
2006-03-22Add pci_find_device() a helper function for enumerating theJonathan Gray
2006-03-21Disassembler now pretty prints AML code (like acpidump)Jordan Hargrave
2006-03-21Implementation of the Michael MIC as defined in IEEE 802.11i for TKIP.Reyk Floeter
2006-03-21Make ural(4) read and show real MAC/BBP rev instead of hardcoded RT2570Pedro Martelletto
2006-03-21x << long generates a lint warning, so silence it by casting __NFDBITSOtto Moerbeek
2006-03-20Don't forget to unlock of reading the RTC fails.Mark Kettenis
2006-03-20de-register.Brad Smith
2006-03-20a bit of demagification. this moves the checks for the cpu scaling featuresDavid Gwynne
2006-03-20remove kernel printfs that say "unable to allocate memory" just beforeDavid Gwynne
2006-03-20finer grained use of splbio in the ioctl paths. only use it when dealingDavid Gwynne
2006-03-20shrink the ccb even more. instead of having a "wakeup" member to say whenDavid Gwynne
2006-03-20introduce rt_if_remove which takes care of routing table updates for anHenning Brauer
2006-03-20remove the bits in the ccb for generalised handling of dmaable memory.David Gwynne
2006-03-20switch the mgmt ioctl path to use the ioctl completion function.David Gwynne
2006-03-20move the drv_inq ioctl path to its own completion routine. all the cleanupDavid Gwynne
2006-03-20get rid of the CCB_READY check in ami_start, it is subtly broken and slowsDavid Gwynne
2006-03-20the command queues are important so wrap them up in splbioDavid Gwynne
2006-03-20shorten the setup of the xs timeoutDavid Gwynne
2006-03-20de-register.Brad Smith
2006-03-20factorize SGMAP-mapped DMA map creation and destroy codeMartin Reindl