bde
9bf47018d7
Put COMPAT_SVR4 in opt_dontuse.h for the same reasons as IBCS2 and
...
COMPAT_LINUX are there. It shouldn't be and isn't used after config
time, except to complicate the svr4 module makefile.
Moved options for emulators to a separate section.
2000-01-09 10:58:39 +00:00
nyan
59e22203a1
Merge from sys/isa/fd.c revision from 1.171 to 1.176 and sys/isa/fdreg.h
...
revision 1.13.
Forgotten by: kato
2000-01-09 10:01:21 +00:00
peter
3dc75ce0ff
Bump configversion. The controller/device changes are upwards but not
...
downwards compatable. If you try and config a s/controller/device/ kernel
with an old config(8), the results will be less than satisfactory.
2000-01-09 07:10:27 +00:00
peter
009569746f
s/controller/device/ as per config(8) changes
2000-01-08 16:07:11 +00:00
bde
56c26012ce
Compile genassym.c with ordinary ${CFLAGS}. The (small) needs for
...
${GEN_CFLAGS} and -U_KERNEL became negative when all all the
genassym.c's were converted to be cross-built.
Makefile.*:
- Cleanups associated with the old genassym.
- Fixed deprecated spelling of ${.IMPSRC} as "$<".
2000-01-08 15:52:22 +00:00
marcel
5bcc2e4ffe
Use genassym(1). The definitions of NKPDE and NKPT have been removed
...
because they are already defined in pmap.h, resulting in duplicate
definitions.
Reviewed by: bde
2000-01-07 11:50:46 +00:00
kato
19a55adf4b
Synced with sys/i386/isa/clock.c rev 1.149.
2000-01-05 12:35:03 +00:00
kato
841bcf0630
Synced with sys/i386/i386/userconfig.c rev 1.166.
2000-01-05 12:34:10 +00:00
kato
8334fd9e82
Synced with sys/i386/conf/GENERIC rev 1.222.
2000-01-05 12:33:10 +00:00
wpaul
a0156fbe84
Add device driver support for USB ethernet adapters based on the
...
Kawasaki LSI KL5KUSB101B chip, including the LinkSys USB10T, the
Entrega NET-USB-E45, the Peracom USB Ethernet Adapter, the 3Com
3c19250 and the ADS Technologies USB-10BT. This device is 10mbs
half-duplex only, so there's miibus or ifmedia support. This device
also requires firmware to be loaded into it, however KLSI allows
redistribution of the firmware images (I specifically asked about
this; they said it was ok).
Special thanks to Annelise Anderson for getting me in touch with
KLSI (eventually) and thanks to KLSI for providing the necessary
programming info.
Highlights:
- Add driver files to /sys/dev/usb
- update usbdevs and regenerate attendate files
- update usb_quirks.c
- Update HARDWARE.TXT and RELNOTES.TXT for i386 and alpha
- Update LINT, GENERIC and others for i386, alpha and pc98
- Add man page
- Add module
- Update sysinstall and userconfig.c
2000-01-05 04:27:24 +00:00
nyan
f47c71d76e
- Fixed warnings.
...
- Removed unnecessary include files.
2000-01-04 04:46:50 +00:00
nyan
d535c0de38
- Add commented out USB driver entries.
...
- Reorder network interfaces.
2000-01-03 07:12:56 +00:00
kato
06ea27b195
Synced with sys/i386/i386/userconfig.c rev 1.165.
2000-01-03 05:37:01 +00:00
kato
030af57b1e
Synced with sys/i386/conf/GENERIC rev 1.220.
2000-01-03 05:35:56 +00:00
kato
d71c32fbf8
Synced with sys/i386/conf/Makefile.i386 rev 1.170.
2000-01-03 05:34:48 +00:00
peter
d53e4c1d80
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
...
is an application space macro and the applications are supposed to be free
to use it as they please (but cannot). This is consistant with the other
BSD's who made this change quite some time ago. More commits to come.
1999-12-29 05:07:58 +00:00
peter
15b9bcb121
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
...
is an application space macro and the applications are supposed to be free
to use it as they please (but cannot). This is consistant with the other
BSD's who made this change quite some time ago. More commits to come.
1999-12-29 04:46:21 +00:00
kato
3ee84d162b
Synced with sys/isa/sio.c rev 1.282.
1999-12-27 14:01:06 +00:00
kato
898aba9f29
Synced with sys/i386/isa/clock.c rev 1.148. This is a cosmetic change
...
because PC-98 doesn't have RTC and RTC related code is included by
`#ifndef PC98' and `#endif'.
1999-12-27 13:56:54 +00:00
kato
3726c476f2
Synced with sys/i386/conf/Makefile.i386 rev 1.169.
1999-12-27 13:53:43 +00:00
kato
1985d330ca
Oops, deactivate ed drivers because of undefiend references from
...
if_ed_pci.o.
1999-12-26 05:26:43 +00:00
kato
d254362c33
Added Allied Telesis SIU-98-D support.
...
Submitted by: Isizu Takaaki <isizu-t01@aso-group.co.jp>
chi@bd.mbn.or.jp (Chiharu Shibata)
(w/ minor change by kato)
1999-12-26 05:10:14 +00:00
kato
c16ace94c4
- Cut down amount of memory in 64MB when BIOS tells the amount of
...
memory >= 64MB.
- Don't perform destructive memory inspection for 15 - 16MB system
area.
Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp>
chi@bd.mbn.or.jp (Chiharu Shibata)
1999-12-26 04:22:27 +00:00
kato
0e510da6bf
Merge from sys/i386/conf/files.i386 rev 1.293.
1999-12-24 11:20:14 +00:00
kato
67534f1dc5
Merge from sys/i386/conf/GENERIC rev 1.218 & 1.219.
1999-12-24 11:12:43 +00:00
kato
3575f36c29
Removed -mno-486 from CFLAGS.
1999-12-24 11:09:40 +00:00
imp
d6ca130daf
sn driver is no longer using isa_compat layer
1999-12-22 09:40:35 +00:00
peter
de7c062727
Only compile gusc for isa (the #if NISA inside gusc effectively covers
...
the whole file)
1999-12-21 13:53:49 +00:00
peter
6a8d636f67
merge i386/isa/clock.c 1.147: don't talk about register_intr in comments.
1999-12-20 15:24:56 +00:00
kato
b4682bef65
Removed unnecessary include file.
1999-12-20 13:36:32 +00:00
kato
58d24b5adb
Sync with sys/i386/conf/options.i386 rev 1.130.
1999-12-20 11:00:02 +00:00
kato
1a21fd2d93
Sync with sys/i386/conf/files.i386 rev 1.291.
1999-12-20 10:58:54 +00:00
kato
72f023c996
Sync with sys/i386/conf/Makefile.i386 rev 1.167.
1999-12-20 10:55:49 +00:00
kato
bf5c8ae66b
Sync with sys/i386/conf/GENERIC rev 1.217.
1999-12-20 10:53:49 +00:00
imp
b4e3577a75
Driver for the smc91xx series of ethernet chips. Ported from PAO to
...
3.3R and then to -current. The pccard support has been left in the
driver, but is presently non-functional because we are using the
isa_compat layer for the moment.
Obtained From: PAO
Sponsored by: Timing Solutions
1999-12-18 06:11:22 +00:00
hm
529bc073c0
update to isdn4bsd beta release 0.90: since the isic drivers are now
...
new-busified, remove all isic traces from compatibility mode wrapper
Noticed by: Warner Losh
1999-12-15 20:14:22 +00:00
kato
40c6d62f53
Merge from sys/i386/conf/files.i386 rev 1.289.
...
Submitted by: yokota
1999-12-13 14:57:51 +00:00
kato
51419295b1
Merge from sys/dev/kbd/kbd.c rev 1.13.
...
Submitted by: yokota
1999-12-13 13:19:38 +00:00
kato
1c5a064ff1
Merge from sys/dev/syscons/syscons.c rev 1.330.
1999-12-13 13:17:24 +00:00
kato
b938f347b6
Merge from sys/i386/conf/Makefile.i386 rev 1.166.
1999-12-13 13:15:32 +00:00
kato
8a0df4733e
Merge from sys/isa/sio.c rev 1.279.
1999-12-10 14:03:47 +00:00
kato
453f0dd907
Remove ze and zp drivers.
1999-12-10 14:02:48 +00:00
kato
62b7324cc5
Merge from sys/dev/syscons/syscons.c rev 1.329.
1999-12-10 13:55:47 +00:00
phk
600b6d43b7
Remove the B_BAD buffer flag, it is no longer used.
1999-12-10 09:40:29 +00:00
archie
c6d289b2ad
Move source files common to all platforms from <arch>/conf/files.<arch>
...
to conf/files. If/when these files are optimized for each platform,
they can be moved back.
1999-12-09 19:38:20 +00:00
dan
35f9357164
arc4random.c now in conf/files (left out of last commit.. oops!)
1999-12-09 19:23:10 +00:00
kato
551bc1986a
Backed out previous commit because it contains wrong changes.
...
Pointed out by: nyan
1999-12-09 14:54:02 +00:00
kato
7fe95b26a2
Sync with sys/dev/fb/vga.c rev 1.5.
...
Submitted by: yokota
1999-12-09 12:32:50 +00:00
kato
5cec9086b0
Sync with sys/i386/isa/wd.c rev 1.216.
1999-12-09 12:30:32 +00:00
kato
123ed1d90a
Merge from sys/i386/conf/options.i386 rev 1.128.
1999-12-09 12:16:29 +00:00