Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-20 | regen | Matthieu Herrb | |
2003-07-20 | fix | Matthieu Herrb | |
2003-07-20 | regen | Matthieu Herrb | |
2003-07-20 | Add SiS 650 VGA. Ok deraadt@, henning@. | Matthieu Herrb | |
2003-07-20 | Use LBA48 only when accessing blocks after 137Gb limit or using sectors | Alexander Yurchenko | |
count more than 255 to reduce registers writting overhead. Gives me about 5% perfomance increase in a dumb synthetic test. Some input and ok from costa@ a long time ago. | |||
2003-07-20 | sync | Alexander Yurchenko | |
2003-07-20 | Add HPT302 and HPT371 IDE controllers. | Alexander Yurchenko | |
Approved by the Master of the pcidevs deraadt@. | |||
2003-07-19 | Remove bullshit: hpt366 rev. 1 is hpt366, not hpt372a. | Alexander Yurchenko | |
2003-07-19 | typo | Alexander Yurchenko | |
2003-07-19 | The last parameter to _dma_init for wdc code is flags, not read, | Dale Rahn | |
mask of just the desired bit. ok grange@ | |||
2003-07-19 | Simplify struct pf_pooladdr to include struct pf_addr_wrap directly | Cedric Berger | |
instead of indirectly trough struct pf_rule_addr. Ryan McBride says: If I'm not mistaken, the code _used_ to use the ports in pf_rule_addr as well. The code was changed to fix some of the bugs with port ranges, but it was too late in the release cycle to make kernel API changes, so the structure was left as is. Needless to say: KERNEL/USERLAND SYNC REQUIRED. ok henning@ mcbride@ | |||
2003-07-19 | Ericsson DCU-10 & DCU-11 is a simple USB->Serial device. | Cedric Berger | |
ok+thanks todd@ | |||
2003-07-19 | sync | Cedric Berger | |
2003-07-19 | Ericsson DCU-10 & DCU-11, made by Susteen, Inc. | Cedric Berger | |
ok+thanks todd@ | |||
2003-07-19 | don't specify the leading "/" in MANSUBDIR (otherwise "//" occurs) | David Krause | |
ok millert@ | |||
2003-07-18 | add missing includes | David Krause | |
ok tedu@ | |||
2003-07-18 | caddr_t -> void *. ok millert@ tdeval@ | Ted Unangst | |
2003-07-18 | check v_mount for NULL before using. ok art@ | Ted Unangst | |
2003-07-18 | remove #if 0 portion | Jun-ichiro itojun Hagino | |
2003-07-18 | sync | Alexander Yurchenko | |
2003-07-18 | Add Intel 82801EB/ER SATA controller found in the dmesg from todd@. | Alexander Yurchenko | |
ok deraadt@ | |||
2003-07-17 | fix scrub frag reassembly after the stack's ip_len/ip_off flip correction | Mike Frantzen | |
ok itojun@ and dhartmei@. heckling from henning@ | |||
2003-07-16 | sun disklabels need updating too. frag size -> 2048. | Ted Unangst | |
pointed out by deraadt@ | |||
2003-07-16 | Add support for unbuffered SBus LANCE devices. jason@ and deraadt@ OK | Todd C. Miller | |
2003-07-16 | only match int-eg on gecko sgc cards | Michael Shalayeff | |
2003-07-15 | Adjust pflog after recent byte order changes, fixes the 'truncated-ip' | Daniel Hartmeier | |
errors on pflog0. Reported and tested by Ben Lovett. ok frantzen@, cedric@ | |||
2003-07-15 | sync | Theo de Raadt | |
2003-07-15 | new | Theo de Raadt | |
2003-07-15 | hptmask goes away as a register and frees one tmp cr | Michael Shalayeff | |
2003-07-15 | model and revision were swappedplaces in the struct | Michael Shalayeff | |
2003-07-15 | more dmamap_load_* functions stolen from other places and de-register | Michael Shalayeff | |
2003-07-15 | Add support for AD1985, deraadt@ ok | Damien Couderc | |
2003-07-15 | i386 needs isavar.h, sparc64 doesn't (no one else uses this.. yet) | Jason Wright | |
2003-07-15 | correct some debugging printfs | Jason Wright | |
2003-07-15 | include the puc stuff (currently commented out in GENERIC) | Jason Wright | |
2003-07-15 | ansi | Jason Wright | |
2003-07-15 | no named args in prototypes | Jason Wright | |
2003-07-15 | move prototype for com_raisedtr() to comvar.h (just like pccom). | Jason Wright | |
2003-07-15 | match on ich5 as piix; from couderc@ | Michael Shalayeff | |
2003-07-14 | uptimes in secs and usecs seem to be swapped w/ each other; also confirmed ↵ | Michael Shalayeff | |
by millert | |||
2003-07-14 | Add Siemens SpeedStream 1021 | Todd C. Miller | |
2003-07-14 | regen | Todd C. Miller | |
2003-07-14 | Add Siemens SpeedStream 1021 | Todd C. Miller | |
2003-07-14 | tickspending is now a private variable of clock.c | Dale Rahn | |
2003-07-14 | 'dual' clock support for macppc, this allows the stat clock to run | Dale Rahn | |
at a rate independant of the HZ clock. when profiling is enabled stat clock now runs at 1000/s instead of the normal 100/s. Other improvements to the ppc clock handling and KNF/ansi. | |||
2003-07-14 | For completeness, handle ldqf/stqf alignment faults by calling the emulation | Jason Wright | |
routine. According to the spec, ldqf/stqf requires word alignment, but can generate a ldqf/stqf alignment exception if the data isn't quad word aligned. Since the emulation routine only requires word alignment anyway, this seems to be the right thing to do. | |||
2003-07-14 | i_loadstore is missing the rs1 decode which shifts the i_i bits and i_simm13 | Jason Wright | |
left 5 bits. Luckily this isn't used except for debug code. | |||
2003-07-14 | cleaning and undef DEBUG_EMUL | Jason Wright | |
2003-07-13 | whoa, gcc wasn't at fault: i_loadstore was missing 5 bits, which was causing | Jason Wright | |
the decode to be wrong. | |||
2003-07-13 | my loathing for gcc runneth over: another case where a bitfield isn't | Jason Wright | |
decoded properly with the instruction decode stuff. |