Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-07-07 | fix chrtoblk() so that it returne ENODEV for entries beyond the end of the table | Theo de Raadt | |
1998-07-07 | sync | Theo de Raadt | |
1998-07-07 | PNIC, a tulip clone | Theo de Raadt | |
1998-07-05 | fix netbsd bug; from boquist@cs.chalmers.se | Jason Downs | |
1998-07-05 | basic chip setup | Theo de Raadt | |
1998-07-05 | do not print fake slot numbers | Theo de Raadt | |
1998-07-05 | Add support for ISA PnP to wdc and associated config goo. This does NOT work | Jason Downs | |
with the Soundblaster; documentation is needed. Also changes wdcprobe method slightly. | |||
1998-07-05 | sync | Jason Downs | |
1998-07-05 | Uncommit wdc. | Jason Downs | |
Note that the Soundblaster uses this code, even though it's port isn't fully compatible with the driver. | |||
1998-07-05 | start at irq framework | Theo de Raadt | |
1998-07-05 | map qec registers properly | Theo de Raadt | |
1998-07-04 | Profile support for powerpc port. Now profiling libraries and binaries | Dale S. Rahn | |
can be built. | |||
1998-07-04 | network driver framework in place | Theo de Raadt | |
1998-07-04 | sync | Theo de Raadt | |
1998-07-04 | add new devices; kleink | Theo de Raadt | |
1998-07-04 | emulate shrinking in mremap(); boquist@cs.chalmers.se | Theo de Raadt | |
1998-07-04 | add nop; fixes Kapok Computer AMI WinBIOS boot sector detection garbage | Theo de Raadt | |
1998-07-04 | map registers of the qec+be 100mbit card | Theo de Raadt | |
1998-07-04 | no need for counting attachments | Theo de Raadt | |
1998-07-04 | add qec register info | Theo de Raadt | |
1998-07-04 | add support for qec; same basic thing as lebuffer | Theo de Raadt | |
1998-07-03 | who cares if joystick is attached | Theo de Raadt | |
1998-07-03 | add stupid pcib driver | Theo de Raadt | |
1998-07-03 | wrong endian conversion caused vif stats to be wrong; jonny@jonny.eng.br | Theo de Raadt | |
1998-07-02 | Mostly sync with FreeBSD-current. Needs more testing. | Jason Downs | |
1998-07-02 | some config(8) stuff | Michael Shalayeff | |
1998-07-02 | missed path changes | Michael Shalayeff | |
1998-07-02 | ansi and fancy gcc | Michael Shalayeff | |
1998-07-02 | I suppose debugging code can be removed | Theo de Raadt | |
1998-07-02 | for sugid procs ensure that fd 0-2 are allocated slots (by pointing at | Theo de Raadt | |
/dev/null -- future patch will use a dead vnode of some sort) to prevent reuse (ie. new allocations) of these fd which libc makes many assumptions about; problem noted by James Youngman | |||
1998-07-01 | Add NPMODE_KEEPLAST conditions; not supported yet (act like NPMODE_QUEUE). | Angelos D. Keromytis | |
1998-07-01 | First shot for EB164SX/LX support; kernels for those should be much | Angelos D. Keromytis | |
more stable now, but by no means production-strong. A lot of code from NetBSD. | |||
1998-07-01 | NetBSD sync. | Angelos D. Keromytis | |
1998-07-01 | Add pciide_machdep.c; that file is taken from NetBSD (forgot to | Angelos D. Keromytis | |
mention in previous commit). | |||
1998-07-01 | PCI-IDE interface. | Angelos D. Keromytis | |
1998-07-01 | Do the right thing with interrupts during autoconfiguration; from NetBSD. | Angelos D. Keromytis | |
1998-07-01 | let COPTS override -02 | Theo de Raadt | |
1998-06-30 | remove unnecessary assignment | Niels Provos | |
1998-06-30 | PCI-IDE interface include files (needed for Alpha, at least); from NetBSD. | Angelos D. Keromytis | |
1998-06-30 | Fix broken IPX so the kernel will compile. | Bob Beck | |
1998-06-30 | Add an NPMODE_KEEPLAST | Angelos D. Keromytis | |
1998-06-30 | In pccngetc, check that dev is not NODEV [NetBSD] | Todd C. Miller | |
Disallow KDENABIO icotl if securelevel > 1 [NetBSD] Only define scrnsv_timeout if PCVT_SCREENSAVER set [NetBSD] Fix setting of keyboard LED's. For some keyboard controllers the keyboard would hang when pcvt set the LED because pcvt did not wait for the ACK to come back. [FreeBSD] Consolidate keyboard type checks into a switch statement. [me] | |||
1998-06-30 | nuke custom build rules | Michael Shalayeff | |
1998-06-29 | add ym (yamaha OPL3-SA3) PnP driver | Todd C. Miller | |
1998-06-29 | sync | Theo de Raadt | |
1998-06-29 | add 3dfx voodoo | Theo de Raadt | |
1998-06-29 | Only use isa_intr_check() if __NO_ISA_INTR_CHECK isn't #defined. | Jason Downs | |
1998-06-29 | Add a __NO_ISA_INTR_CHECK #define, until the maintainers add the code. | Jason Downs | |
1998-06-29 | isa_intr_check(), alpha style. | Jason Downs | |
1998-06-29 | Use isa_intr_check() to prevent attachment of drivers that won't get an | Jason Downs | |
interrupt. |