Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-10-31 | regen | Matthieu Herrb | |
1998-10-31 | ooops 1 duplicate and 1 typo | Matthieu Herrb | |
1998-10-31 | regen | Matthieu Herrb | |
1998-10-31 | recent VGA boards (from Xfree86) | Matthieu Herrb | |
1998-10-30 | remove all those "black magic" inspired routines, | Michael Shalayeff | |
use PDC calls instead, which is more MI. we also don't need pmap_map to be defined any more, unless kernel mapping enforced through FORCE_MAP_KERNEL definition. | |||
1998-10-30 | some more debugs for now | Michael Shalayeff | |
1998-10-30 | use ld.script, cleanup | Michael Shalayeff | |
1998-10-30 | add ld script | Michael Shalayeff | |
1998-10-30 | support booting from disk in raw LIF mode | Michael Shalayeff | |
1998-10-30 | thinko | Michael Shalayeff | |
1998-10-30 | don't call INIT code since that seems | Michael Shalayeff | |
to confuse older boxens IODC code. | |||
1998-10-30 | cleanup | Michael Shalayeff | |
1998-10-30 | cleanup | Michael Shalayeff | |
1998-10-30 | cleanup | Michael Shalayeff | |
1998-10-30 | remove unused definitions, cleanup | Michael Shalayeff | |
1998-10-30 | USERMODE() and FRAME_PC definitions | Michael Shalayeff | |
1998-10-30 | add some protos and defines | Michael Shalayeff | |
1998-10-30 | no dca (which is com), add fd | Michael Shalayeff | |
1998-10-30 | populate futher w/ structs and function declarations | Michael Shalayeff | |
1998-10-30 | generated from cpudevs | Michael Shalayeff | |
1998-10-30 | fix 725/50 model type | Michael Shalayeff | |
shorter ASP description still not known how to deal w/ the cpu sv number... | |||
1998-10-30 | some ddb interface | Michael Shalayeff | |
1998-10-30 | some generic swap | Michael Shalayeff | |
1998-10-30 | some mainbus | Michael Shalayeff | |
1998-10-30 | fix !VM_PAGE_NOADD case which was incompilable. | Michael Shalayeff | |
fix printf() strings so they won't spread all across the screen. kids tested, mother approved. | |||
1998-10-29 | hppa could be eisa too | Michael Shalayeff | |
1998-10-29 | Put in some generic code in PCI driver for enabling PCI cards. | Constantine Sapuntzakis | |
1998-10-29 | more cpus and devices | Michael Shalayeff | |
1998-10-29 | fix pdccngetc() input handling | Michael Shalayeff | |
1998-10-29 | print \n when we've got timed out waiting for an operator | Michael Shalayeff | |
input, so the 'booting' progress will be shown on the next line making that consistant w/ the 'boot' command look. | |||
1998-10-28 | Partial merge from netBSD 102498. Seems to fix autonegotation difficulties | Constantine Sapuntzakis | |
on Bay Networks FA310TX card. | |||
1998-10-28 | - fix three bugs pointed out in Stevens, i.a. updating timestamps correctly | Niels Provos | |
- fix a 4.4bsd-lite2 bug, when tcp options are present the maximum segment size is not updated correctly, so that fast recovery forces out a segment which is split in two segments by tcp_output(), the fix is adpated from FreeBSD, the effective mss is recorded after option negotiation in 3way handshake. [I was able to fix this on time spent at Center for Information Technology Integration (citi.umich.edu)] | |||
1998-10-28 | Changes from NetBSD, clean up, avoid hanging if the codec is out to lunch. | Jason Downs | |
1998-10-28 | More conversion routines, from NetBSD | Jason Downs | |
1998-10-28 | Add a couple of names from NetBSD | Jason Downs | |
1998-10-28 | sync | Theo de Raadt | |
1998-10-28 | more devices without compat-id; WOFerry+@CMU.EDU | Theo de Raadt | |
1998-10-28 | sync | Theo de Raadt | |
1998-10-28 | more devices without compat-id; WOFerry+@CMU.EDU | Theo de Raadt | |
1998-10-24 | make 8mb installs work | Theo de Raadt | |
1998-10-21 | The qec global reset should only be allowed to happen once per qec card, not | Jason Wright | |
once per channel init. | |||
1998-10-21 | sync | Theo de Raadt | |
1998-10-21 | further shrinking | Theo de Raadt | |
1998-10-21 | sync | Theo de Raadt | |
1998-10-21 | shorten names; add more realtek | Theo de Raadt | |
1998-10-21 | sync | Theo de Raadt | |
1998-10-21 | sync | Theo de Raadt | |
1998-10-20 | when transmitting we cannot totally fill the circular buffer (i.e. | Theo de Raadt | |
we can't use up all of the remaining sc->txslot[chan].bfree free bytes) because that would cause the circular buffer read pointer to become equal to the write pointer, thus signaling 'empty buffer' to the hardware and stopping the transmitter. spotted and fixed by Kenjiro Cho <kjc@csl.sony.co.jp> | |||
1998-10-20 | o Only read the per-channel status reg if the global int mask says something | Jason Wright | |
interesting happened. o Base all interrupt decisions on per-channel status reg. | |||
1998-10-19 | Use register definitions from AMD databook. | Jason Wright | |