kato
974d1e773f
Sync with sys/i386/i386/userconfig.c revision 1.143.
1999-05-14 10:05:55 +00:00
kato
435c700a72
Sync with sys/i386/conf/files.i386 revision 1.241.
1999-05-14 10:03:48 +00:00
luoqi
a60ffa3c1c
Unbreak VESA on SMP.
1999-05-12 21:39:07 +00:00
kato
380c585aaf
Sync with sys/i386/isa/diskslice_machdep.c revision 1.34.
1999-05-12 08:33:22 +00:00
luoqi
05e390eef7
Yet another place I missed when increasing trapframe size, which causes problem
...
to SIGFPE handling.
Reviewed by: Bruce Evans <bde@zeta.org.au>
1999-05-11 16:29:21 +00:00
sos
9a5315b2f6
Make the driver work on HP8100 and the newer Philips that does not
...
support the rezero command.
1999-05-11 10:39:27 +00:00
kato
31933bda1f
Sync with sys/isa/sio.c revision 1.241.
1999-05-11 08:38:28 +00:00
kato
811c04569c
Sync with sys/i386/isa/fd.c revision 1.143.
1999-05-11 08:37:16 +00:00
kato
1819f2bc74
Sync with sys/i386/i386/usercnofig.c revision 1.142.
1999-05-11 08:36:12 +00:00
kato
2f539e7c63
Fixed for COM_MULTIPORT option. Members flags and unit should be
...
obtained via appropriate functions.
1999-05-10 09:37:37 +00:00
kato
207e053c4b
Sync with sys/isa/sio.c revision 1.240.
1999-05-10 09:14:40 +00:00
kato
587230ffc7
Sync with sys/i386/isa/isa_dma.c revision 1.3.
1999-05-10 09:09:08 +00:00
kato
7c1cf9c963
Sync with sys/i386/isa/if_ed.c revision 1.152.
1999-05-10 09:06:12 +00:00
kato
1d28eadf89
Sync with sys/i386/isa/clock.c revision 1.133.
1999-05-10 09:05:01 +00:00
kato
760f60999f
Sync with sys/i386/conf/options.i386 revision 1.113.
1999-05-10 09:03:10 +00:00
kato
daf0ddd98e
Sync with sys/i386/conf/majors.i386 revision 1.74.
1999-05-10 09:02:23 +00:00
kato
9f913e6d7a
Sync with sys/i386/conf/files.i386 revision 1.239.
1999-05-10 09:01:19 +00:00
kato
7ba8af237c
Sync with sys/i386/conf/GENERIC and Makefile.i386 revisions 1.169 and
...
1.152, respectively.
1999-05-10 09:00:29 +00:00
phk
e05bc3b49a
Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference between
...
a major number for a dev_t.
1999-05-09 13:00:50 +00:00
kato
cdd495662b
Removed DRIVER_TYPE_TTY field.
1999-05-09 05:02:26 +00:00
kato
2820aa3956
Sync with sys/isa/sio.c revision 1.234.
1999-05-09 05:00:54 +00:00
kato
378d14c845
Removed DRIVER_TYPE_TTY field.
1999-05-09 04:56:42 +00:00
kato
5baa450667
Sync with sys/isa/atkbd_isa.c revision 1.4.
1999-05-09 04:53:58 +00:00
kato
8ced816ac4
Sync with sys/i386/isa/wd.c revision 1.197.
1999-05-09 04:42:10 +00:00
kato
01fed2db06
Sync with sys/i386/isa/pcausio.c revision 1.48.
1999-05-09 04:39:36 +00:00
kato
c27722cd8b
Sync with sys/i386/isa/npx.c revision 1.61.
1999-05-09 04:38:27 +00:00
kato
d6f0de713f
Sync with sys/i386/isa/mse.c revision 1.42.
1999-05-09 04:37:17 +00:00
kato
870889ecbf
Sync with sys/i386/isa/fd.c revision 1.142.
1999-05-09 04:34:28 +00:00
kato
23c23f2ecb
Sync with sys/i386/i386/userconfig.c revision 1.141.
1999-05-09 04:30:08 +00:00
kato
0ee5d68a6e
Sync with sys/i386/conf/majors.i386 revision 1.72.
1999-05-09 04:28:23 +00:00
kato
aa334091f8
Sync with sys/i386/conf/files.i386 revision 1.238.
1999-05-09 04:27:30 +00:00
kato
2260d3ead9
Sync with sys/i386/conf/Makefile.i386 revision 1.149.
1999-05-09 04:26:06 +00:00
phk
693dd58bb3
Continue where Julian left off in July 1998:
...
Virtualize bdevsw[] from cdevsw. bdevsw() is now an (inline)
function.
Join CDEV_MODULE and BDEV_MODULE to DEV_MODULE (please pay attention
to the order of the cmaj/bmaj arguments!)
Join CDEV_DRIVER_MODULE and BDEV_DRIVER_MODULE to DEV_DRIVER_MODULE
(ditto!)
(Next step will be to convert all bdev dev_t's to cdev dev_t's
before they get to do any damage^H^H^H^H^H^Hwork in the kernel.)
1999-05-07 10:11:40 +00:00
phk
7f79e0b14a
Introduce two functions: physread() and physwrite() and use these directly
...
in *devsw[] rather than the 46 local copies of the same functions.
(grog will do the same for vinum when he has time)
1999-05-07 07:03:47 +00:00
phk
f57a01ebfc
remove b_proc from struct buf, it's (now) unused.
...
Reviewed by: dillon, bde
1999-05-06 20:00:34 +00:00
peter
56d0896c15
Fix a precedence bug in the atapi tape driver. I think it could either
...
write a filemark where it wasn't needed, or neglect to write one at all,
depending on how the boolean converted to an int value for the &.
1999-05-06 18:50:10 +00:00
peter
459d4a2cc5
Fix up a few easy 'assignment used as truth value' and 'suggest parens
...
around && within ||' type warnings. I'm pretty sure I have not masked
any problems here, I've committed real problem fixes seperately.
1999-05-06 18:44:42 +00:00
kato
897b3119d8
Sync with sys/i386/i386/userconfig.c revision 1.138.
1999-05-06 09:15:20 +00:00
kato
394a374f23
Sync with sys/i386/conf/files.i386 revision 1.237.
1999-05-06 09:13:56 +00:00
luoqi
0d146f2c92
Initialize dblfault_tss.tss_fs to the per-cpu private data segment selector.
1999-05-06 00:54:54 +00:00
luoqi
71f27dfa4f
Do not set curproc until proc0 is fully initialized (in proc0_init()).
1999-05-06 00:39:00 +00:00
kato
157de01eb6
Sync with sys/i386/isa/fd.c revision 1.137.
1999-05-05 03:43:00 +00:00
kato
25e1350072
Sync with sys/i386/conf/majors.i386 revision 1.71.
1999-05-05 03:41:39 +00:00
kato
baf8e55667
Fixed missing parenthesis.
...
Submitted by: Takahashi Yoshihiro <nyan@dd.catv.ne.jp>
1999-05-05 01:53:43 +00:00
peter
fa75273368
Operator precedence bug
...
PR: 11415
Submitted by: Christopher Peterson <cpeterso@cs.washington.edu>
1999-05-02 21:46:31 +00:00
kato
f4069f3630
Added $Id$.
1999-04-30 07:31:17 +00:00
dt
ba8c622703
s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.
...
(Edited automatically)
1999-04-28 10:54:24 +00:00
kato
3c0ac2ab1f
Sync with sys/i386/isa/clock.c revision 1.132.
1999-04-28 08:06:00 +00:00
kato
0c9ccf1299
Sync with sys/i386/i386/machdep.c revision 1.332.
1999-04-28 08:03:54 +00:00
phk
16e3fbd2c1
Suser() simplification:
...
1:
s/suser/suser_xxx/
2:
Add new function: suser(struct proc *), prototyped in <sys/proc.h>.
3:
s/suser_xxx(\([a-zA-Z0-9_]*\)->p_ucred, \&\1->p_acflag)/suser(\1)/
The remaining suser_xxx() calls will be scrutinized and dealt with
later.
There may be some unneeded #include <sys/cred.h>, but they are left
as an exercise for Bruce.
More changes to the suser() API will come along with the "jail" code.
1999-04-27 11:18:52 +00:00