summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2003-04-08Fix diagnostic output to display data buffer actually being used.Kenneth R Westerback
2003-04-07a couple more codec ids from peopleMichael Shalayeff
2003-04-06The return value for bounds_check_with_label() is not set in stone, and itMiod Vallat
2003-04-06Fix a lot of issues in osiop.Kenneth R Westerback
2003-04-06strcat/strcpy/sprintf cleanup. krw@, anil@ ok. art@ tested sparc64.Hakan Olsson
2003-04-06Some easy strcpy elimination.Kenneth R Westerback
2003-04-05Change timeout detection from > or >= EAP_XXX_TIMEOUT to ==.Todd C. Miller
2003-04-04sprintf -> snprintf, plus check for overflow in device name.Kenneth R Westerback
2003-04-03adjust protection on the allocated memory through the uvm same as it was allo...Michael Shalayeff
2003-04-02add support for the other Sun Crypto 1000; from sam at errno dot comJason Wright
2003-04-02betterJason Wright
2003-04-02syncJason Wright
2003-04-02another Sun Crypto 1000 IDJason Wright
2003-04-02PCI_CAP_MBI should really be PCI_CAP_MSIAlexander Yurchenko
2003-04-01Add a couple of new pci subclasses and caps from NetBSDAlexander Yurchenko
2003-03-30Fix probing of dual channel 7899 with some fixes from current FreeBSDKenneth R Westerback
2003-03-30Delete unused local version of strncat.Kenneth R Westerback
2003-03-30As long as I am here pull in some useful changes from NetBSD.Kenneth R Westerback
2003-03-29A few final (I hope) tweaks to the dma fixes.Kenneth R Westerback
2003-03-29Another chunk of bus_dma fixes. May actually approach correctness now.Kenneth R Westerback
2003-03-29Very limited support for Promise PDC20376 SATA. Only parallel ATAAlexander Yurchenko
2003-03-29Use sc_print_addr() where possible to improve messages.Kenneth R Westerback
2003-03-29device/vendor id is always < 7 chars. store it in the array and save on the e...Michael Shalayeff
2003-03-29add some more eisa devicesMichael Shalayeff
2003-03-28unbreak after SiS pcidevs changeTodd C. Miller
2003-03-28regenAlexander Yurchenko
2003-03-28Little consistency in SiS sectionAlexander Yurchenko
2003-03-28Improve debug output a bitAlexander Yurchenko
2003-03-28Fix the color inversion of the cursor (now it's not a solid block of black =)Jason Wright
2003-03-28unbreakHenning Brauer
2003-03-28fake off the SYSTR_CLONE through a normally numbered other ioctl; as of previ...Michael Shalayeff
2003-03-28mu-law and A-law spelling;Jason McIntyre
2003-03-28more register defns (from linux)Jason Wright
2003-03-28Use the brand new types instead of WSDISPLAY_TYPE_UNKNOWNJason Wright
2003-03-28add a whole bunch of display types (will be used by the accelerated XJason Wright
2003-03-28In ccdsize(), check for CCDF_INITED before doing the ccdopen().Todd C. Miller
2003-03-28If console acceleration was not enabled, do not reinitialize the blitterMiod Vallat
2003-03-28Fix various gremlins in the hilms code my simple test program did not catch,Miod Vallat
2003-03-28Better message to report an empty loop during probe.Miod Vallat
2003-03-28Fix REQUEST SENSE handling based on lessons learned struggling withKenneth R Westerback
2003-03-27map vid mem based on linebytes and heightJason Wright
2003-03-27Whoops, the rest of the *CURS* ioctl supportJason Wright
2003-03-27add support for *CURS* ioctlsJason Wright
2003-03-27don't need linear maps here eitherJason Wright
2003-03-27map the vid mem based on linebytes and heightJason Wright
2003-03-27const and static cleaningJason Wright
2003-03-27Don't need linear mappings in here.Jason Wright
2003-03-24splimp() around xl_reset() during autoconf. something in xl_reset() wantsJason Wright
2003-03-21install a powerhook to restore the AC97 state after suspend;Jason Wright
2003-03-21Endian fixes for ahc driver. These are a no-op for i386. Now works on macppc.Dale Rahn