summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2001-01-31OpenBSD does have paddr_t, I can't explain why I thought it didn't; art@Aaron Campbell
2001-01-31before copying the packet header, make sure we actually got the mbufJason Wright
2001-01-31Some int -> u_long (I incorrectly converted paddr_t to int when porting this).Aaron Campbell
2001-01-30syncTheo de Raadt