Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-12-06 | s/packed/__packed__/ | Michael Shalayeff | |
2000-12-06 | supposed changes needed for 82801BA support; chris | Theo de Raadt | |
2000-12-06 | s/packed/__packed__/ | Michael Shalayeff | |
2000-12-06 | s/packed/__packed__/ | Michael Shalayeff | |
2000-12-06 | use __x__ formats for __attribute__ arguments; guenther@gac.edu | Theo de Raadt | |
2000-12-06 | BUG FIX: change enable sequence for 16-bit pcmcia cards. This change | Aaron Campbell | |
provides better (not perfect) reset sequence. The most significant change is asserting output enable reg before power up. Stop routing interrupt during reset. From NetBSD. | |||
2000-12-06 | new timeouts, proper spl()s; aaron@ ok | Michael Shalayeff | |
2000-12-06 | new timeouts; art@ ok | Michael Shalayeff | |
2000-12-06 | Update isp codebase to current common head- USEC_SLEEP macro added, | mjacob | |
instrumentation for interrupts, specific topology preferences for the 2200. Fix the hole in the OpenBSD port becuause there'd been no maxluns limit from the midlayer and have the command routine bounce commands > the maxluns for a particular controller (in particular, Qlogic FC cards where we can't tell when it hasn't been us that have loaded the F/W whether or not SCCLUN is in effect or not). | |||
2000-12-06 | Merge together FreeBSD && OpenBSD versions, benefitting OpenBSD with | mjacob | |
getting LIVENGOOD (newer chipset) support. There will be a bit more coming down the pipe with this in a couple of weeks when I get the board that does 10/100/1000 all through CAT-5 cable.... | |||
2000-12-06 | sync | Theo de Raadt | |
2000-12-06 | the other three 3com 990 series cards | Theo de Raadt | |
2000-12-05 | sync | Theo de Raadt | |
2000-12-05 | kernel bloat is a sin | Theo de Raadt | |
2000-12-05 | sync | Theo de Raadt | |
2000-12-05 | new IODATA USB-ET/T is a KL5KUSB101B; ori@tahoo.org | Theo de Raadt | |
2000-12-05 | Bring in fresh pool from NetBSD. Some improvements and fixes. | Artur Grabowski | |
2000-12-05 | Change bpfattach() link layer type to DLT_LOOP making pcap generated | Hugh Graham | |
bpf filters work on the tun interface. itojun@ approved. | |||
2000-12-03 | Fix fastroute-related panic, fixes PR 1541 (cas@trans-nt.com) | Angelos D. Keromytis | |
2000-12-02 | vlan devices should not try to emit packets if the parent interface is | Jason Wright | |
not running and not up. From NetBSD: move if_opackets to that it's incremented even if the parent interface is oactive. | |||
2000-12-01 | is no longer used | Jun-ichiro itojun Hagino | |
2000-11-29 | Bugfix: reset 16-bit pcmcia in chip initialisation sequence; from NetBSD. | Aaron Campbell | |
2000-11-29 | Correct PCI interrupt setup routine for Texas Instruments PCI113X CardBus | Aaron Campbell | |
bridges so that hot insertion and removal works; from NetBSD. | |||
2000-11-29 | regen | Michael Shalayeff | |
2000-11-29 | a couple of compaq raid definitions; from netbsd | Michael Shalayeff | |
2000-11-29 | Clarify that the RX5C57X requires write to the PCI_LEGACY to disable and | Aaron Campbell | |
not PCI_BCR_INTR; from NetBSD. | |||
2000-11-29 | Power down PC cards at shutdown time; from NetBSD. I'm also reverting my own | Aaron Campbell | |
fix for this (rev 1.7) as this is the better way to do it. This fixes the problem seen with reboot while an xl(4) CardBus card is in a slot on my Toshiba Tecra 550CDT (so it should fix the same problem espie@ has seen on a different model Toshiba laptop). | |||
2000-11-28 | How did this work? | Jason Wright | |
2000-11-28 | Free the same type we malloced with. | Artur Grabowski | |
2000-11-28 | Repair: grrrrrr... brought in wrong changes -again- | Jason Wright | |
2000-11-28 | oops, not yet | Jason Wright | |
2000-11-28 | remove statics and knf | Jason Wright | |
2000-11-27 | Style. Parts of xcast handling needs more thought. (provos@ ok) | Hakan Olsson | |
2000-11-27 | Be more careful with ARP. Fix PR#1490. From gluk@ptci.ru | Hakan Olsson | |
2000-11-26 | alpha clock fixes from NetBSD | Todd C. Miller | |
Fixes ' no more 'WARNING: preposterous clock chip time' on 164SX | |||
2000-11-25 | Everyone seems to hit the wrong key first time. Change the abort banner | Hugh Graham | |
wording to something unambiguous. | |||
2000-11-25 | make room for a 16 slice disklabel | Hugh Graham | |
2000-11-25 | Change d_end_ to relect the 16 slice struct disklabel OpenBSD uses. | Hugh Graham | |
Looks like only vax cares about this. | |||
2000-11-25 | OpenBSD tag | Artur Grabowski | |
2000-11-25 | pull in cy82c693 for sio and pceb | Artur Grabowski | |
2000-11-25 | Use the common cy82c693 access functions. | Artur Grabowski | |
From NetBSD. Fixes pciide on 164sx. | |||
2000-11-24 | raise dirty in kenter_pa too | Michael Shalayeff | |
2000-11-24 | Support 16 slices per device, like the other OpenBSD arches. | Hugh Graham | |
2000-11-24 | Better key repeat logic. When we're in repeat mode, with the exception of | Aaron Campbell | |
modifier keys (SHIFT, CTRL, ALT, etc.), and a key "up" event is received, only delete the key repeat timeout if the key that generated the "up" event is the key currently being repeated. When a key "down" event is received, the opposite -- only delete the key repeat if the key that generated the "down" event is _not_ the key currently being repeated. Playing here is a bit dangerous since we are constraining the conditions in which a timeout(9) is deleted (we don't want to mistakenly get stuck in a non-legitamite key repeat). Using timeout(9) for this is kind of gross. I guess it is done here to avoid key repeat code in all of the actual hardware keyboard drivers. There is still a bug here. If you have a key held down and detach your keyboard (by either unplugging it or doing a KVM switch), the timeout is not deleted and the key continues to repeat until it gets the keyboard back and receives an interrupt. Perhaps we should not be ignoring typematic keys after all? | |||
2000-11-24 | PAGE_SIZE on alpha is 8192 thus PAGE_SHIFT should be 13, not 12. | Todd C. Miller | |
2000-11-23 | Make wsdisplaystart() a bit more like PCVT's pcstart() to avoid tty races when | Aaron Campbell | |
switching virtual terminals. | |||
2000-11-23 | ttyC? with one max letter after ttyC | Theo de Raadt | |
2000-11-23 | fix lun support, not as nice as i would like | Theo de Raadt | |
2000-11-22 | s/stroul/strtoul/; spotted by brad@ | Michael Shalayeff | |
2000-11-22 | even bigger delay in ram probe; deraadt@ ok | Michael Shalayeff | |