summaryrefslogtreecommitdiffstats
path: root/sys/pc98
Commit message (Collapse)AuthorAgeFilesLines
* Merge from sys/i386/i386/userconfig.c revisions 1.157 & 1.158.kato1999-09-071-1/+3
|
* Commented out k6_mem.c.kato1999-09-071-1/+1
|
* Change isa_get/set_flags() to device_get/set_flags().kato1999-09-0710-34/+34
| | | | Submitted by: dfr
* Merge from sys/i386/isa/clock.c revision 1.145.kato1999-09-043-0/+30
|
* Merge from sys/i386/conf/files.i386 revision 1.264.kato1999-09-041-0/+1
|
* Sync with sys/i386/i386/userconfig.c revision 1.156.kato1999-09-021-1/+4
|
* Sync with sys/i386/conf/files.i386 revision 1.263.kato1999-09-021-7/+0
|
* Sync with sys/i386/conf/GENERIC revision up to 1.186.kato1999-09-022-2/+2
|
* Set si_bsize_phys and si_bsize_max in all legacy CD drivers.phk1999-09-011-0/+2
|
* Try to win back the "removal of most crufty code" trophy from markm:phk1999-09-011-90/+33
| | | | | | | | | Remove WD formatting code which has never worked in 386bsd or FreeBSD. Remove DIOCSSTEP and DIOCSRETRIES ioctls as well, they belong in history, along with the SMD disks. OK'ed by: bde
* - Removed COMPAT_ATDISK from option because it is pseudo-device now.kato1999-08-294-14/+5
| | | | - Fixed arguments of atcompat_dsinit() in diskslice_machdep.c.
* Merge alpha and pc98 changes into i386 MBR handling code and replace allphk1999-08-294-465/+5
| | | | three copies with one copy in MI land.
* Changed from dname into devtoname(bp->b_dev) in the function dsinit().kato1999-08-291-5/+6
|
* Merge missing changes from sys/i386/conf/GENERIC.nyan1999-08-282-154/+156
|
* Fix ordering.nyan1999-08-281-130/+129
|
* - The old printer driver is renamed 'olpt'.nyan1999-08-281-1/+8
| | | | - Added the gdc driver.
* Added MII bus support.kato1999-08-282-0/+6
| | | | Reminded by: phk
* We don't need to pass the diskname argument all over the diskslice/labelphk1999-08-284-17/+17
| | | | code, we can find the name from any convenient dev_t
* $Id$ -> $FreeBSD$peter1999-08-2875-76/+76
|
* Remove some vestiges of devfs direct calls.julian1999-08-273-18/+3
|
* Add PHK's make_dev() into more places where DEVFS used to bejulian1999-08-2711-225/+61
| | | | | | | | | hooked in directly. Alpha change checked by: Matthew Jacob <mjacob@feral.com> i4b ISDN changes checked by: Udo Schweigert <ust@cert.siemens.de> and Hellmuth Michaelis <hm@hcs.de> PC98 changes checked by: Takahashi Yoshihiro <nyan@FreeBSD.org>
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-233-56/+14
| | | | | | | | | | | | | | | | Diskslice/label code not yet handled. Vinum, i4b, alpha, pc98 not dealt with (left to respective Maintainers) Add the correct hook for devfs to kern_conf.c The net result of this excercise is that a lot less files depends on DEVFS, and devtoname() gets more sensible output in many cases. A few drivers had minor additional cleanups performed relating to cdevsw registration. A few drivers don't register a cdevsw{} anymore, but only use make_dev().
* Updated to new keyboard driver.kato1999-08-232-256/+28
| | | | Submitted by: yokota & nyan
* Merge from sys/dev/syscons/syscons.c revision 1.319.kato1999-08-231-4/+6
| | | | Submitted by: Takahashi Yoshihiro <nyan@wyvern.cc.kogakuin.ac.jp>
* Merge from sys/i386/isa/npx.c revision 1.76.kato1999-08-231-1/+18
|
* Merge from sys/i386/i386/userconfig.c revision 1.153.kato1999-08-231-2/+3
|
* Merge from sys/i386/conf/options.i386 revision .1.20.kato1999-08-231-2/+1
|
* Merge from sys/i386/isa/spkr.c revision 1.38.kato1999-08-181-5/+5
|
* Merge from sys/i386/i386/machdep.c revision 1.359.kato1999-08-182-16/+34
|
* Merge from sys/i386/conf/files.i386 revision 1.259.kato1999-08-181-2/+4
|
* Use V-FAST mode register to check whether it supports V-FST mode.nyan1999-08-172-6/+6
| | | | Submitted by: WATANABE Takuya <sodium@xuni.ne.jp>
* Give if_tun the "almost clone" makeover.phk1999-08-152-4/+4
|
* Give BPF the "almost-clone" update. If you need more of them, makephk1999-08-152-4/+4
| | | | | more entries in /dev and be happy you don't need to recompile your kernel.
* Spring cleaning around strategy and disklabels/slices:phk1999-08-146-79/+44
| | | | | | | | | | | | | | Introduce BUF_STRATEGY(struct buf *, int flag) macro, and use it throughout. please see comment in sys/conf.h about the flag argument. Remove strategy argument from all the diskslice/label/bad144 implementations, it should be found from the dev_t. Remove bogus and unused strategy1 routines. Remove open/close arguments from dssize(). Pick them up from dev_t. Remove unused and unfinished setgeom support from diskslice/label/bad144 code.
* Merge from sys/i386/conf/majors.i386 revision 1.82.kato1999-08-131-1/+3
|
* Cosmetic changes in PC98 functions:kato1999-08-101-58/+62
| | | | | | - Removed spaces after `(' and preceding `)'. - Added missing spaces after commas. - Fixed indentations.
* Fixed a compiler warning by conversion from pointer to integer.kato1999-08-101-3/+3
|
* - Removed unused variable.kato1999-08-101-7/+5
| | | | | | - Fixed missing argument of printf. - Fixed printf format. - Added parentheses suggested by the compiler.
* Sync with sys/i386/conf/userconfig.c revision 1.152.kato1999-08-101-5/+5
|
* Fixed checking a type of the interface.nyan1999-08-092-4/+4
| | | | Submitted by: Tomohiko Kurahashi <kura@tim.hi-ho.ne.jp>
* Merge the cons.c and cons.h to the best of my ability. alpha may orphk1999-08-0913-27/+26
| | | | may not compile, I can't test it.
* Make the pty driver as close to a cloning device as we can get for now,phk1999-08-082-4/+4
| | | | | | | | | 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.
* Sync with sys/i386/conf/options.i386 revision 1.119.kato1999-08-081-2/+7
|
* Sync with sys/i386/conf/majors.i386 revision 1.81.kato1999-08-081-2/+1
|
* Sync with sys/i386/conf/files.i386 revision 1.257.kato1999-08-081-16/+19
|
* Enable bpf by default.kato1999-08-082-16/+10
|
* Fix a panic caused by freeing unallocated structure.kato1999-08-081-2/+1
| | | | Submitted by: Tomohiko Kurahashi <kura@tim.hi-ho.ne.jp>
* Sync with sys/i386/conf/majors.i386 revision 1.80.kato1999-08-011-1/+3
|
* Sync with sys/i386/isa/clock.c revision up to 1.142.kato1999-07-303-33/+18
|
* Sync with sys/i386/i386/machdep.c revision 1.357.kato1999-07-302-14/+50
|
OpenPOWER on IntegriCloud