summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2001-02-11$OpenBSD$Federico G. Schwindt
2001-02-11Allow up to 12 virtual terminals (CTRL-ALT-F1 through CTRL-ALT-F12). OnlyAaron Campbell
2001-02-11Change MAXSCREEN to 12 so ttyC8-b can be used. Previous behaviorFederico G. Schwindt
2001-02-10sync w/ netbsd; aaron@ okMichael Shalayeff
2001-02-09Tickle D0 power state so the cs4281 works after reboots from Windows 2000.Aaron Campbell
2001-02-09Add PCI Power Management Control Register definitions; from NetBSD.Aaron Campbell
2001-02-09check dev in cn_tab for sanity, better than pagefaultingMichael Shalayeff
2001-02-09Fix an uninitialized variable.Aaron Campbell
2001-02-09Bad aaron. Broke alpha.Artur Grabowski
2001-02-09Handle vr_encap() failure. From FreeBSD.Aaron Campbell
2001-02-09Sync with FreeBSD:Aaron Campbell
2001-02-09Add support for parsing the media blocks from the SROM on the 21143 adapters.Aaron Campbell
2001-02-08Use <scsi/scsi_message.h> defines rather than homegrown ones.Kenneth R Westerback
2001-02-08Cause keypresses to reset the screen in case we are in scrollback (previouslyAaron Campbell
2001-02-07ok, commit this since it most likely to work; i guess now it will get tested ...Michael Shalayeff
2001-02-06Laptop ICH2 IDEChris Cappuccio
2001-02-06syncChris Cappuccio
2001-02-06Laptop ICH2 IDEChris Cappuccio
2001-02-05WSMOUSEIO_SRES, WSMOUSEIO_SSCALE and WSMOUSEIO_SRATE are _IOW(), not _IOR()Matthieu Herrb
2001-02-04Permit scrollback (SHIFT+PGUP/PGDN) to be activated from a USB keyboard.Aaron Campbell
2001-02-03Violent cleanup of the code. Lots of effort duplication removed.Artur Grabowski
2001-02-03oops, sleep(9)Michael Shalayeff
2001-02-03new timeoutsMichael Shalayeff
2001-02-03new timeoutsMichael Shalayeff
2001-02-03new timeouts; somebody, fold it back to {f,n}bsdMichael Shalayeff
2001-02-03new timeoutsMichael Shalayeff
2001-02-03new timeouts; this makes whole pci new timeouts userMichael Shalayeff
2001-02-03fix the commentMichael Shalayeff
2001-02-03new timeout, even not in genericMichael Shalayeff
2001-02-03new timeout, space controlMichael Shalayeff
2001-02-03new timeoutsMichael Shalayeff
2001-02-03new timeoutsMichael Shalayeff
2001-02-03new timeoutsMichael Shalayeff
2001-02-03new timeoutsMichael Shalayeff
2001-02-03new timeoutsMichael Shalayeff
2001-02-03no machine/pio.h is needed, space policeMichael Shalayeff
2001-02-03new timeouts, space controlMichael Shalayeff
2001-02-03make it compile, new timeouts, space controlMichael Shalayeff
2001-02-03no timeouts is new timeoutsMichael Shalayeff
2001-02-02$OpenBSD$Aaron Campbell
2001-02-02$OpenBSD$Aaron Campbell
2001-02-02Remove dead code.Aaron Campbell
2001-02-02No need for xl(4) to report tx underruns, they are much too common, and theAaron Campbell
2001-02-02Fix an uninitialized variable; henric@aimnet.comAaron Campbell
2001-02-02The read/write indication bit in DMAERR reg is bit 1, not bit 0Jason Wright
2001-02-01adapt to wscons type changes.Artur Grabowski
2001-02-01Fix the wsmux_setmax() function. By the time wsmuxattach() runs (through hookAaron Campbell
2001-02-01Do not attempt to attach cards that have unsupported (i.e., non-5, non-3)Aaron Campbell
2001-01-31Allocate shared memory via the bus_dmamem/bus_dmamap interface; makes leThorsten Lockert
2001-01-31based on art's sparc patch:Jason Wright