summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-14compare pointers with NULL not 0Jason Wright
2002-03-14Reload the palette only during the vert retrace interruptJason Wright
2002-03-14Fix *some* problems with new ahc driver that were surfaced withKenneth R Westerback
2002-03-13Fetch mac address from local-mac-address property, and use myetheraddr() onlyJason Wright
2002-03-13Try fetching the mac address from the local-mac-address property, and ifJason Wright
2002-03-12don't need to call IFQ_SET_READY() twice; this driver was alreadyFederico G. Schwindt
2002-03-12swiss german and french keymaps; from pckbd by Mathias Schmocker <smat@polari...Michael Shalayeff
2002-03-12sync with KAMEKenjiro Cho
2002-03-08numraid is needed, always.Thierry Deval
2002-03-08do not add maddr twice, break out of the loop if cmd post failsMichael Shalayeff
2002-03-08lxtphy needs ukphy_subrJason Wright
2002-03-08Clean up:Jason Wright
2002-03-07From watching source-changes@netbsd.org: rb_dmabase needs to be initializedJason Wright
2002-03-06remove unused #includeNathan Binkert
2002-03-06vtophys is no longer usedNathan Binkert
2002-03-06syncNathan Binkert
2002-03-06Add a couple new intel gigabit cardsNathan Binkert
2002-03-06Get the offsets and lengths right when sync'n dma maps; patch from mjacobJason Wright
2002-03-06Driver for the Aurora 210SJ serial ports (It's not 100% correct yet, butJason Wright
2002-03-06Implement a shutdown hook.Thierry Deval
2002-03-05It is clear that I have not committed in a long time!!!!Niklas Hallqvist
2002-03-05doh, thanks mickey!Niklas Hallqvist
2002-03-05Deal gracefully with ccb starvationNiklas Hallqvist
2002-03-05Deal gracefully with ccb starvationNiklas Hallqvist
2002-03-04Disable the wscons burner functionality... I'm not in the mood to debug it ri...Jason Wright
2002-03-04do not attach wsdisplay if there is none configuredMichael Shalayeff
2002-03-0421140 support for dc isn't reliable enough for it to win over dc.Nathan Binkert
2002-03-01From NetBSD, noticed by Alexander YurchenkoChris Cappuccio
2002-02-27We have memcpy and memset in the kernel.Artur Grabowski
2002-02-25Opps. One missing _nodead. -mojMats O Jansson
2002-02-25US isn't all :-) Here is a swedish map. -mojMats O Jansson
2002-02-25Accept ethernet broadcasts too :-) This patch contains a copy ofNiklas Hallqvist
2002-02-24Proper screenblank semanticsJason Wright
2002-02-23Add aperture driver support for macppc, and also place writing to /dev/pciMatthieu Herrb
2002-02-23Add burner function so wscons can blank the fbJason Wright
2002-02-22Call ether_ioctl() the way [insert favorite diety] intended.Jason Wright
2002-02-22Revert to previous (non hacked =) version now that the iommu is handledJason Wright
2002-02-21In WI_SETSTR round up i_len to be an even number if needed since weTodd C. Miller
2002-02-20104 byte WEP key support for Prism2 cards; from NetBSDTodd C. Miller
2002-02-20Remove useless prototypes for wi_request_fill_ssid() and wi_write_ssid().Todd C. Miller
2002-02-19From NetBSD:Jason Wright
2002-02-19add support for media and other generic 802.11 ioctls, elliminates need for w...Michael Shalayeff
2002-02-18This should fix AHA-3950BU2.Steve Murphree
2002-02-18Correct fix for breakage in rev 1.23. Sorry for the mess.Matthieu Herrb
2002-02-18do not assume PCI_USERCONF is set on all arch; matthieu okTheo de Raadt
2002-02-18need rndvar.h for it to compileMichael Shalayeff
2002-02-18call ether_ioctl(), fix pr/2371; jason@ okMichael Shalayeff
2002-02-18store the PCI configuration space bus number in the pci_softc structMatthieu Herrb