Commit Graph

16656 Commits

Author SHA1 Message Date
briggs
83604dcbd6 Add call to doshutdownhooks() before we attempt to reboot. 1995-11-14 04:05:49 +00:00
thorpej
66b1809712 Update from netbsd-1-1; copy the upgrade program to the miniroot. 1995-11-14 01:40:42 +00:00
christos
d125a07adb My previous changes broke the pcmcia support. For now assume that all non
PCI cards look identical to ISA cards.
1995-11-13 20:50:22 +00:00
thorpej
3737dc51b5 Update from netbsd-1-1; add rsh(1), kill(1), "shadow" /etc/resolv.conf, and
remove bad144(8).
1995-11-13 17:41:37 +00:00
pk
557981cdcb Add gus & sb man pages from John Kohl (submitted in PR#1731). 1995-11-13 14:39:14 +00:00
pk
0a8364e468 Add `1.1' to Nx macro. 1995-11-13 14:33:08 +00:00
pk
1ef62d5e6d pss & wss man pages from Mike Long (submitted in PR#1757). 1995-11-13 09:44:13 +00:00
christos
7a68425190 Don't use the softc at probe time on pci devices because it has not been
allocated yet. Thanks Charles...
1995-11-12 20:55:26 +00:00
pk
b465d11eb7 audio(4) man page from John Kohl (submitted in PR#1752). 1995-11-12 20:14:23 +00:00
thorpej
b2b7dfedfc Update from netbsd-1-1; remove ./dev/MAKEDEV.local; it belongs (and is
already in) the `etc' set.
1995-11-12 19:49:31 +00:00
pk
8db9795fc7 Fix typo (from John Kohl; PR#1714). 1995-11-12 19:43:27 +00:00
ragge
826b97635f No longer needed; interrupt vectors now dynamic allocated. 1995-11-12 15:19:49 +00:00
ragge
bfc2ca40b8 Function call definition on stack. (calls frame) 1995-11-12 15:07:30 +00:00
ragge
763fd0a011 Macros for locore mapping added. 1995-11-12 14:41:41 +00:00
ragge
d96cac4b8e pt_entry_t now struct pte. cleanup. 1995-11-12 14:40:26 +00:00
ragge
e6db353726 extern struct scb *scb; added. 1995-11-12 14:38:31 +00:00
ragge
7aac03e745 11/750 specific things moved to ka750.h 1995-11-12 14:37:18 +00:00
ragge
2a23f39e82 struct ivec_dsp for interrupt vector allocation added. 1995-11-12 14:33:11 +00:00
mycroft
dacabc2dd9 MOUNT_UFS -> MOUNT_FFS, and remove bogus comment. 1995-11-11 23:02:28 +00:00
mycroft
7edc899fdd ffs -> ufs 1995-11-11 22:00:15 +00:00
pk
c7d1d39b3e dk_device => device in controller structure (noted by Jason Thorpe). 1995-11-11 21:12:50 +00:00
mycroft
fbecb8d22b Remove the gratuitous code to check for a disc at boot time. 1995-11-11 20:07:57 +00:00
thorpej
b693701a66 Update from netbsd-1-1; prompt "Installing or upgrading?". 1995-11-11 06:24:47 +00:00
thorpej
0e43650d58 Fix handling of "-M core" and "-N system"; a real brain-o on my part.
Fix related typo in manual page.
1995-11-11 02:41:43 +00:00
gwr
70065d9d16 Fix a comment while I'm here... 1995-11-10 22:05:52 +00:00
gwr
01655dec81 Need to define KERNTEXTOFF for kvm_mkdb 1995-11-10 22:04:48 +00:00
gwr
3dcdca7c52 Allow unit != 0 1995-11-10 21:59:30 +00:00
cgd
e3c5125de9 pull in make.h. (PAlloc() now uses emalloc(), which is prototyped in
make.h.  If the prototype is not in scope on the Alpha, I see lots
of "cast to pointer from integer of different size" warnings.)
1995-11-10 21:27:27 +00:00
christos
e4c4e9cb07 Add support for the 3c59x (pci) cards in the 3c5x9 driver. In addition
add the necessary bits for the 3c589 (pcmcia) card without adding any
of the pcmcia framework.
1995-11-10 19:39:21 +00:00
christos
ffa8bfeda1 pcidevs was changed 1995-11-10 19:36:29 +00:00
christos
c3ae59171a - pcidevs: add 3c590 and adaptec ultra
- aic7xxx.c: fix the probe routines to use pcidevs.h
1995-11-10 19:36:08 +00:00
christos
c0aaa86553 Add a config line for 3c590 ethernet cards 1995-11-10 19:34:54 +00:00
ragge
f51faf62ac Dynamic allocate uba_softc and interrupt vectors.
Allow for more that one uba.
1995-11-10 19:25:46 +00:00
ragge
d16c357ab9 A couple of CPU specific defines moved away. 1995-11-10 19:14:43 +00:00
ragge
c9be4b2e09 Removed some warnings. 1995-11-10 19:09:56 +00:00
ragge
42edf9d2b4 _idsptch added, _physcopypage removed. 1995-11-10 19:08:59 +00:00
ragge
eca544e6fc sysarch() -> sys_sysarch. 1995-11-10 19:07:16 +00:00
ragge
ae0f1d45d8 Allow for dynamic allocation of interrupt vectors.
COMPAT_RENO removed.
Handle memory errors.
uap->sigcntxp -> SCARG(uap, sigcntxp)
1995-11-10 19:05:46 +00:00
ragge
33bd27fa3c Major rewriting of pmap_bootstrap; CPU dependent allocations moved
to related file.
1995-11-10 18:52:54 +00:00
mycroft
d3c61be30b Convert IRQ, DRQ, and port numbers to int. 1995-11-10 05:01:05 +00:00
mycroft
38a7c4b007 Correct the format of some diagnostics. 1995-11-10 04:41:58 +00:00
mycroft
d8f6a1896b Convert IRQ, DRQ, and port numbers to int. 1995-11-10 04:30:36 +00:00
fvdl
051bb183e3 Same as in 1.1 branch. 1995-11-09 08:40:51 +00:00
pk
de7d8606ab Update from www page. 1995-11-09 00:17:04 +00:00
cgd
7a34e263d7 "goto start" after sleeping for locked iso_node in cd9660_lock, like
in ufs_lock.
1995-11-08 22:26:24 +00:00
pk
0839d7a34d Fix tape extraction parms per Jason.
Fix misplaced quote.
1995-11-08 22:02:33 +00:00
pk
c2cd05605d UFS => FFS conversion. 1995-11-08 09:09:20 +00:00
christos
027abce852 - Turn compat mode on by default. It gets turned off when the -j without
the -B flag is specified. [Thus you can use -j 1 to turn it off].
- Fix malloc -> emalloc as Gordon noted.
1995-11-08 02:30:53 +00:00
gwr
3c996d6b06 ufs ==> ffs 1995-11-07 23:01:40 +00:00
gwr
dd962ebbf6 Make sys_mount accept "ufs" as an alias for "ffs" 1995-11-07 22:41:02 +00:00