Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-06 | 1) Enable tag queuing. | Kenneth R Westerback | |
2) Negotiate and report wide/sync only after INQUIRY results known. 3) Clean up wide/sync negotiation code a bit, ensuring that an agressive target does not prematurely force negotiation before the INQUIRY is done. Seen by millert@. 4) Ensure that a wide negotiation always resets the sync settings to async. 5) Some error message improvements from thorpej@NetBSD. 6) Some KNF. 7) Print wide/sync negotiation results after each completed negotiation. 8) Print some relevant information just before a panic that should never happen. But does on PowerPC. | |||
2001-03-06 | Convert to new timeout API. mickey@ ok. | Hakan Olsson | |
2001-03-05 | Backs out changes to wsdisplay.c so alpha (and presumably others) | Todd C. Miller | |
is happy again. It also makes i386 serial console work by changing the console priority in wscons_machdep.c from CN_INTERNAL to CN_NORMAL and moves the com/pccom console attach routine for i386 to be the first so it will be matched (consinit takes the first highest match). | |||
2001-03-05 | Convert to new timeout API. costa@ ok. | Hakan Olsson | |
2001-03-05 | sync | Theo de Raadt | |
2001-03-05 | Add support for ISAPnP i82365-based PCMCIA controllers; from NetBSD. UNTESTED. | Aaron Campbell | |
These cards are probably very rare. deraadt@ ok | |||
2001-03-05 | fix order | Theo de Raadt | |
2001-03-03 | use AC97_HOST_DONT_READANY since some machines are unreliable | Theo de Raadt | |
2001-03-03 | new AC97_HOST_DONT_READANY flag for ac97 chipsets that are _really_ on drugs | Theo de Raadt | |
2001-03-03 | complete wscons support for abd keyboard. -moj ok @deraadt | Mats O Jansson | |
2001-03-03 | sync | Theo de Raadt | |
2001-03-03 | Apple Titanium laptop video | Theo de Raadt | |
2001-03-02 | Allow kernel to compile again. | Marc Espie | |
2001-03-02 | pcidevs.h | Theo de Raadt | |
2001-03-02 | new lava | Theo de Raadt | |
2001-03-02 | print the interrupt, and pack to one line | Theo de Raadt | |
2001-03-02 | Fix isp_print_qentry to print all four lines- it's been broken for months. | mjacob | |
2001-03-01 | Wrap KS_Cmd_KbdReset in #ifdef __i386__ for now; politely pointed to this by | Aaron Campbell | |
drahn@, snarked at by mickey@ ;) | |||
2001-03-01 | port kqueue changes from freebsd, plus all required openbsd glue. | Niels Provos | |
okay deraadt@, millert@ from jlemon@freebsd.org: extend kqueue down to the device layer, backwards compatible approach suggested by peter@freebsd.org | |||
2001-03-01 | Typo police: various misspelling, capitalizations, etc. | Kenneth R Westerback | |
2001-03-01 | (all changes made behind #ifdef __vax__) | Brandon Creighton | |
For the vax, write CSR0 in two steps instead of one. Why? DEC says so. This eliminates most (or all) of the le* timeout errors under heavy cpu/net usage. Fix from netbsd. | |||
2001-03-01 | Add CTRL-ALT-DEL machine reset support, like PCVT had, enabled by the | Aaron Campbell | |
machdep.kbdreset sysctl as configured in /etc/sysctl.conf. | |||
2001-02-28 | Add ability to get display width in bytes for display memory, this | Dale Rahn | |
may be the same as visual width or larger. This is seen on iMacDV systems running at 640x480 or 800x600 with a linebytes of 1024. | |||
2001-02-28 | do not blindely bus_space_ma the vga bios, | Michael Shalayeff | |
it could be of a different size than 0x8000, and now bios(4) does it for us the right way. besides, would the prom be at the same address on non-i386? | |||
2001-02-27 | Half support for this D-Link DFE-650 model that has completely different | Federico G. Schwindt | |
vendor; from kart@hal-pc.org. | |||
2001-02-27 | Always fully reset the card on an_init() | Thorsten Lockert | |
Call an_init() when setting and clearing promisc; makes transmitter work after turning off promiscuous mode Identify RID in an_read_record() on failure | |||
2001-02-27 | Sync with anreg.h -- this should be redone to not duplicate information... | Thorsten Lockert | |
2001-02-27 | Garbage collect unused flag | Thorsten Lockert | |
Newer firmware has larger stats struct | |||
2001-02-26 | Sigh. unstatic the simplelock to make this compile without LOCKDEBUG. | Artur Grabowski | |
2001-02-26 | Initialize the simple lock properly. | Artur Grabowski | |
2001-02-26 | Replace literal with defined constant | Thorsten Lockert | |
2001-02-26 | Allow configuration of WEP. From FreeBSD; ok aaron@ | Thorsten Lockert | |
2001-02-26 | Change default SSID from "ANY" to blank -- this will actually make it | Thorsten Lockert | |
connect to any SSID found. | |||
2001-02-25 | Add wscons_machdep.c which is a constab-style wrapper driver for wscons on | Aaron Campbell | |
i386. This fixes serial console. millert@, mickey@ ok | |||
2001-02-24 | #else if/#elif | Michael Shalayeff | |
2001-02-23 | Merge with FreeBSD: | Jason Wright | |
more portable between fbsd and obsd real mii support prefer memory mapped registers (if configuration supports it) | |||
2001-02-22 | Typo police: | Kenneth R Westerback | |
Replace last ADV/ASC/Adv, etc. uses with ADW/Adw as appropriate. Delete comments about non-existant structure members, correct references to existing structure members to use correct structure names or typedefs. | |||
2001-02-22 | sync | Chris Cappuccio | |
2001-02-22 | Use real VIA product names for IDE controllers rather then contrived ones, | Chris Cappuccio | |
ok deraadt@ | |||
2001-02-22 | slightly less verbose dmesg | Chris Cappuccio | |
2001-02-22 | sync | Chris Cappuccio | |
2001-02-22 | Comments may not exist on 'product' or 'vendor' lines | Chris Cappuccio | |
2001-02-21 | sync | Chris Cappuccio | |
2001-02-21 | Make dmesg prettier, ok deraadt@ | Chris Cappuccio | |
all your base are belong to us | |||
2001-02-20 | for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok | Michael Shalayeff | |
2001-02-20 | sync with freebsd: | Jason Wright | |
use LIST_FOREACH construct instead of homebrew loop | |||
2001-02-20 | add mii support to if_vr (mostly from FreeBSD) | Jason Wright | |
also sync with other FreeBSD changes | |||
2001-02-20 | Use table driven device list | Jason Wright | |
Add Dlink 530TX+ (thanks to Jarrett Byrnes <jearbear@arrr.net> for testing) | |||
2001-02-20 | Compile with USCANNER_DEBUG, implied by USB_DEBUG. | Hakan Olsson | |
2001-02-20 | default to kernel messages blue | Theo de Raadt | |