Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-11-13 | Machine-independent PC-like keyboard driver; from NetBSD. XXX - Not used | Aaron Campbell | |
anywhere quite yet, but useful to have these files in the tree while we work towards wscons for i386 and alpha. | |||
2000-11-13 | Address the i8042 keyboard controller registers as offsets from IO_KBD; from | Aaron Campbell | |
NetBSD. This will ease the pain when we bring in the pckbc MI keyboard driver to be used for wscons/i386 and wscons/alpha. | |||
2000-11-13 | Make this compile under OpenBSD. | Aaron Campbell | |
2000-11-13 | - Convert to new timeouts. | Aaron Campbell | |
- Allow it to compile with option WSDISPLAY_COMPAT_RAWKBD. | |||
2000-11-13 | make compile with !UVM | Niklas Hallqvist | |
2000-11-12 | new timeouts | Michael Shalayeff | |
2000-11-11 | new timeouts; compiles | Michael Shalayeff | |
2000-11-11 | new timeouts; jason@ ok | Michael Shalayeff | |
2000-11-11 | Change the le32toh() le16toh() macros back to the previous defintion. | Dale Rahn | |
This change is more portable, redefine the macros to use the host letoh32/letoh16 instead of using possibly less efficient bswap routines. | |||
2000-11-10 | seperate -> separate, okay aaron@ | Niels Provos | |
2000-11-10 | improved queue handling + some small bug fixes | Niklas Hallqvist | |
2000-11-10 | Adaptec "FSA" RAID driver | Niklas Hallqvist | |
2000-11-10 | This fixes a problem that caused DMA errors from shortly before | Kenneth R Westerback | |
2.7 through the released 2.8. As NetBSD describes the problem: DMA failure still arise when AdvanSys U[2]W host adapters are used in conjunction with Intel 82443BX Host Bridge/Controller (rev. 0x03). With a correct sg_cnt, scatter/gather lists with >1 element no longer reference random(?) memory. Now the mystery is why this didn't cause more problems on other chipsets. Installs of 2.7 and 2.8 to a drive on an adw bus now work even if the motherboard uses the 82443BX. So many problems from one character ... | |||
2000-11-09 | cast pointer to a long for alpha's sake; pointed out by ericj@ | Michael Shalayeff | |
2000-11-09 | new timeouts; aaron@ ok | Michael Shalayeff | |
2000-11-09 | new timeouts | Michael Shalayeff | |
2000-11-08 | oops, oops w/ no configured units | Michael Shalayeff | |
2000-11-08 | sync | Aaron Campbell | |
2000-11-08 | New products, so at least usb_quirks will compile; from NetBSD. | Aaron Campbell | |
2000-11-08 | Sync with NetBSD. Too many changes to mention. For now I have skipped | Aaron Campbell | |
umass.c and ukbd.c as the diffs are a bit hairier. | |||
2000-11-08 | sync | Theo de Raadt | |
2000-11-08 | shorten | Theo de Raadt | |
2000-11-08 | Add comcnattach that does the basic steps needed to attach | Artur Grabowski | |
a com as a serial console. (idea from NetBSD). If cn_tab->cn_dev == NODEV, try to find comopen in cdevsw and set cn_dev to the right device. | |||
2000-11-08 | allocate le_iomem in le_ioasic_attach instead of MD code, | Artur Grabowski | |
only for UVM. | |||
2000-11-08 | Initialize the timeout in attach, not wi_init. | Artur Grabowski | |
The difference is that we do not risk reinitializing a pending timeout. | |||
2000-11-08 | Defines for min_gnt and max_lat fields in the bhlc reg. | Artur Grabowski | |
Not used yet. | |||
2000-11-07 | sync | Theo de Raadt | |
2000-11-07 | shorten | Theo de Raadt | |
2000-11-07 | Promise PCI devs renamed | Chris Cappuccio | |
2000-11-07 | sync | Chris Cappuccio | |
2000-11-07 | Make more sense with Promise stuff | Chris Cappuccio | |
2000-11-07 | Fix multicast filter programming; from FreeBSD. | Aaron Campbell | |
2000-11-07 | regen | Michael Shalayeff | |
2000-11-07 | ami megaraid definitions | Michael Shalayeff | |
2000-11-07 | estimate sc_link.openings on the number of configured units | Michael Shalayeff | |
2000-11-06 | cache disable flag | Michael Shalayeff | |
2000-11-06 | regen | Michael Shalayeff | |
2000-11-06 | dfe-660 | Michael Shalayeff | |
2000-11-06 | regen | Michael Shalayeff | |
2000-11-06 | creative nomadiimg | Michael Shalayeff | |
2000-10-30 | Match the Macronix 98727/98732 chips. | Aaron Campbell | |
2000-10-30 | sync | Aaron Campbell | |
2000-10-30 | Macronix 98727/98732 | Aaron Campbell | |
2000-10-29 | undo this; adds files, unacceptable at this point in release | Theo de Raadt | |
2000-10-29 | sync | Aaron Campbell | |
2000-10-29 | - Add many new devices gleaned from dmesglog. | Aaron Campbell | |
- Rearrange some entries that weren't in the proper ID-order. - Fix some typos as well. | |||
2000-10-28 | Reduce footprint of ATA driver by only having PROBE debug messages compiled | Constantine Sapuntzakis | |
in by default. | |||
2000-10-27 | Patch to get rid of ST506 phantoms. Thanks to Grigoriy Orlov for the design | Constantine Sapuntzakis | |
and testing. | |||
2000-10-27 | Make cardbus version of dc detach properly. OK aaron@ | Nathan Binkert | |
2000-10-27 | From FreeBSD: | Aaron Campbell | |
Yet another bug fix/optimization for the Davicom DM9100/9102: increase the PCI latency timer value to 0x80. Davicom's Linux driver does this, and it drastically reduces the number of TX underruns in my tests. (Note: this is done only for the Davicom chips. I'm not sure it's a good idea to do it for all of them.) |