Yoshihiro Takahashi
450a74c2bb
- Merge from sys/i386/conf/GENERIC rev 1.224, 1.225 and 1.226.
...
- Reorder network interfaces.
2000-01-21 13:22:07 +00:00
Yoshihiro Takahashi
3f681c0c41
Fixed typo.
2000-01-20 12:37:06 +00:00
KATO Takenori
c818f7b9de
Synced with sys/i386/conf/GENERIC rev 1.230.
2000-01-20 08:34:40 +00:00
KATO Takenori
85a13e4332
Synced with sys/i386/conf/GENERIC rev 1.228.
2000-01-14 13:05:33 +00:00
Peter Wemm
d2b1bc7312
Put on my asbestos suit and move $mach/conf/*.$mach to conf/*.$mach as
...
hinted at in the previous config(8) commits. I've spoken about this with
a few people and after the initial suprise wore off they thought it wasn't
a bad idea. The upshot of it is that all the files*, Makefile*, options*
files are all right next to each other in the hope that people making
changes to one set will remember the others.
Note, config(8) looks to sys/conf first, and falls back to sys/$mach/conf
still, so this doesn't stop people working in subdirs for new platforms.
But once it's in the tree it can be moved next to the other files so that
the non-i386 platforms are (hopefully) treated a little better than as if
they were "second class" ports.
This does not change any user editable files. the config program is
still run in the same directory as before, the per-platform files
(GENERIC, LINT etc) are still in the same place.
2000-01-09 15:29:10 +00:00
KATO Takenori
218b3dbece
Synced with sys/i386/conf/files.i386 rev 1.295.
2000-01-09 14:25:50 +00:00
KATO Takenori
a7dcfbda20
Synced with sys/i386/conf/Makefile.i386 rev 1.176.
2000-01-09 14:24:00 +00:00
Bruce Evans
4100386cb1
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
Peter Wemm
58fa7951a2
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 Wemm
537cf769ab
s/controller/device/ as per config(8) changes
2000-01-08 16:07:11 +00:00
Bruce Evans
c453bba744
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 Moolenaar
3abe5082ad
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 Takenori
f030ad5fda
Synced with sys/i386/conf/GENERIC rev 1.222.
2000-01-05 12:33:10 +00:00
Bill Paul
dfd1e98eac
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
Yoshihiro Takahashi
f8183ea817
- Add commented out USB driver entries.
...
- Reorder network interfaces.
2000-01-03 07:12:56 +00:00
KATO Takenori
cf13ae55d6
Synced with sys/i386/conf/GENERIC rev 1.220.
2000-01-03 05:35:56 +00:00
KATO Takenori
a7c6b6f184
Synced with sys/i386/conf/Makefile.i386 rev 1.170.
2000-01-03 05:34:48 +00:00
KATO Takenori
18a1cdb3e6
Synced with sys/i386/conf/Makefile.i386 rev 1.169.
1999-12-27 13:53:43 +00:00
KATO Takenori
1b1deb2dba
Oops, deactivate ed drivers because of undefiend references from
...
if_ed_pci.o.
1999-12-26 05:26:43 +00:00
KATO Takenori
26380d27fd
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 Takenori
cbdf33fa5d
Merge from sys/i386/conf/files.i386 rev 1.293.
1999-12-24 11:20:14 +00:00
KATO Takenori
a612687a3a
Merge from sys/i386/conf/GENERIC rev 1.218 & 1.219.
1999-12-24 11:12:43 +00:00
Peter Wemm
5a81d0a50b
Only compile gusc for isa (the #if NISA inside gusc effectively covers
...
the whole file)
1999-12-21 13:53:49 +00:00
KATO Takenori
33325d5484
Sync with sys/i386/conf/options.i386 rev 1.130.
1999-12-20 11:00:02 +00:00
KATO Takenori
12af1e4a86
Sync with sys/i386/conf/files.i386 rev 1.291.
1999-12-20 10:58:54 +00:00
KATO Takenori
09f38dc0ab
Sync with sys/i386/conf/Makefile.i386 rev 1.167.
1999-12-20 10:55:49 +00:00
KATO Takenori
ae53af3d0e
Sync with sys/i386/conf/GENERIC rev 1.217.
1999-12-20 10:53:49 +00:00
KATO Takenori
012ec02313
Merge from sys/i386/conf/files.i386 rev 1.289.
...
Submitted by: yokota
1999-12-13 14:57:51 +00:00
KATO Takenori
33dc682a2c
Merge from sys/i386/conf/Makefile.i386 rev 1.166.
1999-12-13 13:15:32 +00:00
KATO Takenori
81efad5102
Remove ze and zp drivers.
1999-12-10 14:02:48 +00:00
Archie Cobbs
f2cbe161be
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 Moschuk
e571afc379
arc4random.c now in conf/files (left out of last commit.. oops!)
1999-12-09 19:23:10 +00:00
KATO Takenori
e06d9e178f
Merge from sys/i386/conf/options.i386 rev 1.128.
1999-12-09 12:16:29 +00:00
KATO Takenori
6d60799dcc
Merge from sys/i386/conf/files.i386 rev 1.284.
1999-12-09 12:14:35 +00:00
KATO Takenori
0388848a37
Merge from sys/i386/conf/files.i386 rev 1.283.
1999-12-07 09:23:44 +00:00
Peter Wemm
8293948942
Merge pnp change from i386/conf/GENERIC (rev 1.211)
1999-12-06 18:20:31 +00:00
Bill Paul
6e647fa9a4
Update to reflect removed of al, ax, dm, pn and mx drivers and addition
...
of dc driver.
1999-12-05 21:11:05 +00:00
Yoshihiro Takahashi
2fc1b2c314
pc98/pc98/atapi.c
...
Copied from i386/isa/atapi.c.
Fixed to support slave devices.
Ignore the device that has strange model strings.
i386/isa/atapi.c
Removed pc98 codes.
Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
1999-12-03 12:56:21 +00:00
Yoshihiro Takahashi
86a4809ff7
Sync with sys/i386/conf/GENERIC revision 1.208.
1999-12-03 11:40:52 +00:00
Yoshihiro Takahashi
a81931f608
Sync with sys/i386/conf/GENERIC revision up to 1.207.
1999-12-02 14:00:28 +00:00
Yoshihiro Takahashi
01c3c261d7
Sync with sys/i386/conf/files.i386 revision 1.282.
1999-11-29 12:26:30 +00:00
Yoshihiro Takahashi
313fce1d93
Sync with sys/i386/conf/GENERIC revision 1.205.
1999-11-28 08:55:01 +00:00
Yoshihiro Takahashi
4e9b463ccf
Sync with sys/i386/conf/GENERIC revision 1.202.
1999-11-27 11:41:46 +00:00
Yoshihiro Takahashi
53a312d593
Sync with sys/i386/conf/files.i386 revision 1.281.
1999-11-26 11:47:01 +00:00
Yoshihiro Takahashi
2dae6d29ec
Sync with sys/i386/conf/Makefile.i386 revision 1.165.
1999-11-25 12:52:13 +00:00
Yoshihiro Takahashi
f3335fa93f
Sync with sys/i386/conf/Makefile.i386 revision up to 1.163.
1999-11-18 11:26:45 +00:00
Yoshihiro Takahashi
e5b122b283
Fixed missing changes from sys/i386/conf/GENERIC.
1999-11-13 14:04:49 +00:00
Yoshihiro Takahashi
10b50b7afd
- Commented out ed driver.
...
- Added sis driver.
1999-11-09 12:20:34 +00:00
Yoshihiro Takahashi
b4d05df71b
Sync with sys/i386/conf/options.i386 revision up to 1.127.
1999-11-09 12:16:01 +00:00
Eivind Eklund
909232c4ef
Options cleanup.
...
* GC unused options
* Move options that exist on all architectures to conf/options
* Add missing options to LINT
* Sort undocumented options list in LINT
Reviewed by: green
1999-11-06 23:41:10 +00:00
Yoshihiro Takahashi
c89e63c1af
Cosmetic changes.
1999-11-03 10:08:15 +00:00
Yoshihiro Takahashi
38e7b70f91
Remove unnecessary file.
1999-11-03 08:45:16 +00:00
Yoshihiro Takahashi
e80b158987
Sync with sys/i386/conf/GENERIC revision 1.199.
1999-11-03 08:43:11 +00:00
Eivind Eklund
f1cdff804e
Elminiate the (unused) TUNE_1542 option.
1999-11-01 22:50:52 +00:00
Marcel Moolenaar
7621bfff0f
Allow the source root `S' to be overridden by defining it only when
...
it isn't already defined. It enables config(8) to create the kernel
build directory where it wants.
1999-10-30 09:28:27 +00:00
KATO Takenori
bfd151f29c
Sync w/ sys/i386/conf/options.i386 revision 1.122.
1999-10-16 13:13:00 +00:00
KATO Takenori
a3066f74e6
Merge form sys/i386/conf/GENERIC revision 1.195.
1999-10-16 13:11:49 +00:00
KATO Takenori
7b51ebbd94
Sync with sys/i386/conf/majors.i386 revision 1.87.
1999-10-13 11:01:15 +00:00
KATO Takenori
aa0061947a
Sync with sys/i386/conf/files.i386 revision 1.277.
1999-10-13 11:00:27 +00:00
KATO Takenori
279fefa67d
Sync with sys/i386/conf/Makefile.i386 revision 1.160.
1999-10-13 10:59:23 +00:00
Peter Wemm
eec117b5ef
Zap these defucnt files before anyone things about trying to merge them.
1999-10-08 06:21:38 +00:00
KATO Takenori
8b126f131d
Sync w/ sys/i386/conf/files.i386 revision 1.275.
1999-10-01 12:29:49 +00:00
KATO Takenori
0450d8a8f6
Sync w/ sys/i386/conf/files.i386 revision 1.274.
1999-09-28 08:07:42 +00:00
KATO Takenori
fc821b3264
ed driver re-activated.
1999-09-27 03:39:15 +00:00
KATO Takenori
7cfba8ab34
Make ed driver work again.
...
isa_compat.c
Copied from sys/i386/isa/isa_compat.c. It includes
sys/pc98/pc98/isa_compat.h instead of sys/i386/isa/isa_compat.h.
isa_compat.h
Copied from sys/i386/isa/isa_compat.c. The ed driver is registered
in this file until pc98's ed driver is converted into new-bus style.
files.pc98
Use sys/pc98/pc98/isa_compat.c instead of sys/i386/isa/isa_compat.c.
if_ed.c
- Fixed the location of the include file.
- Disalbed pnp support.
1999-09-27 03:35:41 +00:00
Yoshihiro Takahashi
c72561ae94
Merge from sys/i386/conf/files.i386 revision 1.270 and 1.271.
1999-09-25 05:39:19 +00:00
KATO Takenori
8be215cb0c
Sync with sys/i386/conf/majors.i386 revision 1.86.
1999-09-22 11:58:11 +00:00
KATO Takenori
714ac51294
Added mp_clock.c.
1999-09-22 11:57:12 +00:00
KATO Takenori
49100c9e21
Commented out ed driver.
1999-09-22 11:55:25 +00:00
KATO Takenori
3ff89cce61
Sync with sys/i386/conf/GENERIC revision 1.192.
1999-09-22 11:54:03 +00:00
KATO Takenori
4e7d4af091
Merge from sys/i386/conf/GENERIC revision 1.190.
1999-09-13 08:55:15 +00:00
Yoshihiro Takahashi
c95341117e
Merge missing changes from sys/i386/conf/files.i386.
1999-09-12 12:32:49 +00:00
Poul-Henning Kamp
b24d30561d
Make unused tape bmajors in past tense.
1999-09-08 18:46:22 +00:00
Poul-Henning Kamp
6523748af1
Make sa/bdev, gd/bdev and gd/cdev as past-tense.
1999-09-08 17:02:40 +00:00
KATO Takenori
c5e304773e
Commented out k6_mem.c.
1999-09-07 12:09:26 +00:00
KATO Takenori
4fcaaf69e7
Merge from sys/i386/conf/files.i386 revision 1.264.
1999-09-04 01:36:23 +00:00
KATO Takenori
c1699f31a8
Sync with sys/i386/conf/files.i386 revision 1.263.
1999-09-02 13:43:00 +00:00
KATO Takenori
de7e0308e8
Sync with sys/i386/conf/GENERIC revision up to 1.186.
1999-09-02 13:41:15 +00:00
KATO Takenori
545a1c84b2
- Removed COMPAT_ATDISK from option because it is pseudo-device now.
...
- Fixed arguments of atcompat_dsinit() in diskslice_machdep.c.
1999-08-29 21:28:47 +00:00
Poul-Henning Kamp
f054c29093
Merge alpha and pc98 changes into i386 MBR handling code and replace all
...
three copies with one copy in MI land.
1999-08-29 09:12:54 +00:00
Yoshihiro Takahashi
3dec6735e5
Merge missing changes from sys/i386/conf/GENERIC.
1999-08-28 16:49:58 +00:00
Yoshihiro Takahashi
cbf0618984
Fix ordering.
1999-08-28 16:20:53 +00:00
KATO Takenori
c41e88e949
Added MII bus support.
...
Reminded by: phk
1999-08-28 15:04:27 +00:00
Peter Wemm
c3aac50f28
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
KATO Takenori
13b4772498
Merge from sys/i386/conf/options.i386 revision .1.20.
1999-08-23 13:39:32 +00:00
KATO Takenori
a0abbb38fb
Merge from sys/i386/conf/files.i386 revision 1.259.
1999-08-18 08:20:28 +00:00
Poul-Henning Kamp
c6ba8fec16
Give if_tun the "almost clone" makeover.
1999-08-15 09:54:57 +00:00
Poul-Henning Kamp
bd3a53203f
Give BPF the "almost-clone" update. If you need more of them, make
...
more entries in /dev and be happy you don't need to recompile your
kernel.
1999-08-15 09:38:21 +00:00
KATO Takenori
a544017cd3
Merge from sys/i386/conf/majors.i386 revision 1.82.
1999-08-13 04:59:47 +00:00
Poul-Henning Kamp
ce9edcf5b5
Merge the cons.c and cons.h to the best of my ability. alpha may or
...
may not compile, I can't test it.
1999-08-09 10:35:05 +00:00
Poul-Henning Kamp
ef40c56108
Make the pty driver as close to a cloning device as we can get for now,
...
we create the pty on the fly when it is first opened.
If you run out of ptys now, just MAKEDEV some more.
This also demonstrate the use of dev_t->si_tty_tty and dev_t->si_drv1
in a device driver.
1999-08-08 19:28:59 +00:00
KATO Takenori
e0ecb87a2b
Sync with sys/i386/conf/options.i386 revision 1.119.
1999-08-08 11:13:47 +00:00
KATO Takenori
96a5f069f9
Sync with sys/i386/conf/majors.i386 revision 1.81.
1999-08-08 11:12:51 +00:00
KATO Takenori
ffd6f0c6a7
Sync with sys/i386/conf/files.i386 revision 1.257.
1999-08-08 11:12:00 +00:00
KATO Takenori
353299befe
Enable bpf by default.
1999-08-08 11:09:28 +00:00
KATO Takenori
273aa34415
Sync with sys/i386/conf/majors.i386 revision 1.80.
1999-08-01 16:03:31 +00:00
KATO Takenori
a5d4842f09
Removed apm_setup.s.
1999-07-30 11:40:55 +00:00
KATO Takenori
9365d83b9c
Sync with sys/i386/conf/files.i386 revision 1.254.
1999-07-26 12:12:58 +00:00
KATO Takenori
a42377eaa1
Sync with sys/i386/conf/GENERIC revision 1.178.
1999-07-26 12:10:33 +00:00
KATO Takenori
6962200fc8
Removed device-dirver flags.
1999-07-09 13:19:35 +00:00