Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-06-23 | From scottr/NetBSD: | briggs | |
Completely revamp setroot() and friends. Since Chris' version of this code is close to how I reworked it, I pulled in the (essentially MI) NetBSD/alpha and added the appropriate support around it. - No need for the GENERIC kernel config option. - NFS-mounted root and swap are supported. - If we can't figure out where the root filesystem is from what the Booter tells us, ask the user. - Split the mainbus autoconfig code to a separate file. Also, update/add copyrights as appropriate. | |||
1996-06-23 | Wait a little longer in wait_req_true/false. Some targets take their | briggs | |
time. | |||
1996-06-23 | From scottr/NetBSD: | briggs | |
Update some comments, and the copyright Deal with interrupt flags more carefully, and use the correct offset for PB500-series SCSI I/O. While I'm here, update the copyright. | |||
1996-06-23 | From scottr/NetBSD: | briggs | |
Fix bounds check for fpu description array. | |||
1996-06-23 | From scottr/NetBSD: | briggs | |
Completely revamp setroot() and friends. Since Chris' version of this code is close to how I reworked it, I pulled in the (essentially MI) NetBSD/alpha and added the appropriate support around it. - No need for the GENERIC kernel config option. - NFS-mounted root and swap are supported. - If we can't figure out where the root filesystem is from what the Booter tells us, ask the user. - Split the mainbus autoconfig code to a separate file. Also, update/add copyrights as appropriate. | |||
1996-06-23 | Copyright foo. | briggs | |
1996-06-23 | From scottr/NetBSD. | briggs | |
Minor style cleanup (avoid goto); no functional change. | |||
1996-06-23 | From scottr/NetBSD: | briggs | |
Test for serial console in adb_init() early, and abort if we're using it. Initiialize ROM vectors regardless of this so that the PRAM RTC read and write work regardless of whether a serial console is in use. Add missing cpu model info for Powerbook 500, and correct the ROM vectors for the same. | |||
1996-06-23 | From scottr/NetBSD: | briggs | |
Test for serial console in adb_init() early, and abort if we're using it. Initiialize ROM vectors regardless of this so that the PRAM RTC read and write work regardless of whether a serial console is in use. | |||
1996-06-23 | NetBSD: Add constant for PB500. | briggs | |
1996-06-23 | use /sys/conf/GENERIC; + eg0, change #wdc1 to irq 15 | Theo de Raadt | |
1996-06-23 | enable wdc1 for installs | Theo de Raadt | |
1996-06-23 | probe must be silent if no device | Theo de Raadt | |
1996-06-23 | turn off debug options | Theo de Raadt | |
1996-06-23 | workaround because of pica stuff | Theo de Raadt | |
1996-06-23 | GENERIC to be included by arch/XXX/conf/GENERIC; this includes all MI ↵ | Theo de Raadt | |
options & pseudo-devices | |||
1996-06-23 | disable pica stuff for the moment, attribute problem | Theo de Raadt | |
1996-06-23 | sync to 0622 | Theo de Raadt | |
1996-06-23 | missing splx | Theo de Raadt | |
1996-06-23 | add cy driver | Theo de Raadt | |
1996-06-22 | Pica bus support added | Per Fogelstrom | |
1996-06-22 | arch/arc have isa bus. | Per Fogelstrom | |
1996-06-22 | Pica bus support added | Per Fogelstrom | |
1996-06-22 | Pica bus support added | Per Fogelstrom | |
1996-06-22 | Assembly version of in_cksum by Dave Richards. >20% faster in the usual | Thorsten Lockert | |
cases, up to 62% faster in other cases. | |||
1996-06-22 | Move struct intrhand to <machine/psl.h> [again] so user-level programs can | Thorsten Lockert | |
get at it. | |||
1996-06-21 | use correct copyright | chuck | |
1996-06-21 | use correct copyright | chuck | |
1996-06-21 | use correct copyright | chuck | |
1996-06-21 | allow LKM listing. | Michael Shalayeff | |
1996-06-21 | add in "en" ATM device | chuck | |
1996-06-21 | sbus glue for "en" ATM device (only works on sun4c due to lack of support | chuck | |
for IOMMU) | |||
1996-06-21 | PCI glue for the en ATM device. | chuck | |
1996-06-21 | add ENI ATM | chuck | |
1996-06-21 | regenerate | chuck | |
1996-06-21 | add ENI-155P ATM. | chuck | |
1996-06-21 | device driver from the Efficient Networks "MIDWAY" ATM155 chip. | chuck | |
1996-06-21 | add in new files for ATM | chuck | |
1996-06-21 | network support for ATM networks (ATM == Async Transfer Mode, not | chuck | |
Automatic Teller Machine). Currently supports PVCs only (no ATM ARP either). | |||
1996-06-21 | use <sys/queue.h> for pfsnode list. | Michael Shalayeff | |
$OpenBSD$ additions. | |||
1996-06-21 | allocate LKM slot dynamically. | Michael Shalayeff | |
prepare to LKM symtabs, cross deps, etc! | |||
1996-06-20 | show Virtual Memory total/used to df. | Michael Shalayeff | |
1996-06-20 | add more kernel variables. calculate used/free physmem and vnodes. | Michael Shalayeff | |
1996-06-20 | Cyclades Cyclom driver for isa/pci; by Timo Rossi; via jmarin@muikku.jmp.fi | Theo de Raadt | |
1996-06-20 | sync | Theo de Raadt | |
1996-06-20 | add Cyclom-Y definitions; from jmarin@pyy.jmp.fi | Theo de Raadt | |
1996-06-20 | calcru() must calculate using u_quad_t to avoid overflows; netbsd pr#2496, ↵ | Theo de Raadt | |
brb@exp.com | |||
1996-06-20 | kern_malloc() can fail in canwait case if no more map space; return NULL in | Theo de Raadt | |
that case so that callers can deal with shortage rather than deadlocking. | |||
1996-06-20 | tick v_swpin & v_swpout | Theo de Raadt | |
1996-06-20 | if kmem_malloc() fails to allocate a cluster, call m_reclaim(). log | Theo de Raadt | |
"mb_map full" message only once a minute. |