peter
c5de209001
Sync with rc.i386 - use kldload rather than modload (which never existed
...
on the Alpha anyway)
1999-04-24 20:58:37 +00:00
peter
8c74242ac5
Zap default creation of /dev/lkm - it doesn't point to anything anymore
1999-04-24 20:57:39 +00:00
billf
b9bd28e182
Add $Id: $
1999-04-24 20:26:12 +00:00
peter
729ca8a773
Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't
...
hurt the driver portability to 3.x too much for where drivers are shared.
1999-04-24 20:24:02 +00:00
peter
40006d4c05
#if 0 out the pci device list, not that you could do a lot with it. It
...
was only looking at old style drivers in the pcidevice_set, which doesn't
exist any more.. Ultimately, the pci and eisa bus drivers will check for
hints for wiring, flags and enable/disable etc as well.
1999-04-24 20:20:37 +00:00
peter
6b7a3225d7
Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't
...
hurt the driver portability to 3.x too much for where drivers are shared.
1999-04-24 20:17:05 +00:00
peter
a2d83cce23
Replace the pcidevice_set linker set based configuration mechanism for old
...
style pci drivers with a simple one-line change to use a module that
registers itself under new-bus and should in theory enable just about all
of the pci drivers to be loadable (kldload and loader(8)) but without
having the impact of converting the APIs yet.
This also fixes the problem of having undefined variables when only
new-style pci drivers are present.
1999-04-24 19:59:20 +00:00
peter
d9ce753106
Zap some #if 0 code for wired PCI devices. This will look quite different
...
under new-bus.
1999-04-24 19:55:41 +00:00
peter
afa35aec99
More cleanups, tweaks and features.
...
- make this work: options FOO123=456 *without quotes*
- grumble (but accept) vector xxxintr, and tty/net/bio/cam flags.
- complain if a device is specified twice (eg: 2 x psm0)
- don't require quotes around: port IO_COM2
- recognize negative numbers. (ie: options CAM_DEBUG_UNIT=-1)
- GC some more unused stuff (we don't have composite disks from config(8)).
- various other nits (snprintf paranoia etc)
1999-04-24 18:59:19 +00:00
dt
b7560ef9fb
Fixed printf format errors on alpha.
1999-04-24 18:50:48 +00:00
phk
6a378f7cc5
Add missing strings.
...
PR: 11285
Submitted by: Chris Costello <chris@calldei.com>
Reviewed by: phk
1999-04-24 18:28:24 +00:00
phk
90a4dab93b
typo in comment
...
PR: 11285
Submitted by: Chris Costello <chris@calldei.com>
Reviewed by: phk
1999-04-24 18:26:54 +00:00
ache
b7022a7410
so_linger is in seconds, not in 1/HZ
...
PR: 11252
Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at>
1999-04-24 18:25:35 +00:00
kato
e07324d3a0
Changed the type of id_port from short into int to avoid wrong
...
conversion from short to unsigned long which is an argument of
bus_alloc_resource. Since the value -1 is used to indicate no port
reousece, id_port need to be signed (suggested by Doug Rabson and
Peter Wemm.)
1999-04-24 18:24:43 +00:00
ache
c6fcc2009f
Lite2 bugfixes merge:
...
so_linger is in seconds, not in 1/HZ
range checking in SO_*TIMEO was wrong
PR: 11252
1999-04-24 18:22:34 +00:00
dcs
152fc09cc5
Minor nit. It is probably still incorrect, but at least don't
...
claim to use i386-specific files on alpha...
1999-04-24 18:05:45 +00:00
phk
a6c52a2be6
Fix a braino in the v_id wraparound code. Give more (current) details
...
in comment.
PR: 11307
Spotted by: Ville-Pertti Keinonen <will@iki.fi>
1999-04-24 17:58:14 +00:00
dcs
a534890a72
Move loader.conf.5, while it is still in it's first revision.
1999-04-24 17:49:47 +00:00
ache
87502a7032
remove uid switching before login_getpwclass, now done inside libutil
...
add gid switching before chdir and comment why it needed
1999-04-24 17:26:32 +00:00
dcs
c79fc9e895
Add loader.4th man page (worst man page I ever wrote -- reviews
...
are welcomed). Correct a nasty bug in loader.4th before anyone
notices, add a couple of features.
1999-04-24 17:25:35 +00:00
ache
f52d9e06ec
oops, add pwd!=NULL check to previous fix
1999-04-24 17:17:42 +00:00
ache
b0558c3afe
Switch to user UID/GID before checking/reading its ~/.login_conf
...
- some NFSes have root read access disabled
1999-04-24 17:01:58 +00:00
dt
aa44c9bb33
Fix spelling of '#if 0'.
1999-04-24 16:39:52 +00:00
ache
c73dbb17e8
add MLINKS for two functions used from login_auth.c
...
comment out unused functions from login_auth.3
1999-04-24 16:30:30 +00:00
peter
59f69b452f
Drop tty/net/bio/cam interrupt class labels, it's meaningless here now.
1999-04-24 16:07:51 +00:00
peter
58cc9abc58
Drop the tty/net/bio/cam interrupt class labels, they are meaninless here
...
now.
1999-04-24 16:04:16 +00:00
dt
067175139c
Use pointer arithmetic as appropriate.
1999-04-24 13:23:48 +00:00
luigi
1e2eef29f8
postpone the sending of IGMP LEAVE msg to after deleting the
...
mc address from the address list. The latter operation on some
hardware resets the card, potentially canceling the pending LEAVE
pkt.
1999-04-24 12:28:51 +00:00
dt
cf3a309299
Fixed printf format errors on alpha.
1999-04-24 11:29:48 +00:00
dt
b57fa594b9
Use pointer arithmetic to do pointer arithmetic.
1999-04-24 11:25:01 +00:00
dt
16a8f55ce4
Modify the non-i386 version of disable_intr() and enable_intr() so that they
...
don't produce a warning on every use.
1999-04-24 10:41:21 +00:00
nik
501e7d165c
Revert part of the previous commit. Keep the example that shows how the
...
"-h" flag is used, but use "chown" in the example instead of "file".
Prompted by: bde
1999-04-24 10:08:09 +00:00
jhay
8080d74e51
Add an option to disable responses to SAP_GETNEAREST_SERVER requests.
...
Submitted by: Boris Popov <bp@butya.kz>
1999-04-24 09:18:49 +00:00
peter
d334c89bb5
Back out parts of rev 1.4; making isa.c preserve the hints across a
...
release made it unneeded.
1999-04-24 07:04:51 +00:00
peter
c080d7d491
Revert part of 1.9; we don't need to reset the port after release now that
...
the isa bus doesn't clear the hints at that point.
1999-04-24 06:48:27 +00:00
peter
d27a9eb8d9
Don't clear the hints on release, just the resource containers.
1999-04-24 06:47:24 +00:00
peter
47a1aee93d
Typo, use SYS_RES_IRQ when releasing the irq resource, not SYS_RES_IOPORT.
1999-04-24 06:46:10 +00:00
kato
4da4f41b71
Optimize better for space.
...
Submitted by: Takahashi Yoshihiro <nyan@wyvern.cc.kogakuin.ac.jp>
1999-04-24 04:29:13 +00:00
kato
dc6949c8ec
Commented out adv_isa.c.
1999-04-24 04:22:57 +00:00
kato
bf15e32d33
- PC98 doesn't support 16bits bus I/F of adv deriver.
...
- PC98 has the bs driver.
Submitted by: Takahashi Yoshihiro <nyan@dd.catv.ne.jp>
1999-04-24 04:21:42 +00:00
kato
1864f0e1b6
1MB is not 1024 * 1024 * 1024 but 1024 * 1024.
1999-04-24 04:16:22 +00:00
jdp
1a1bbc4a68
Remove some left-over stuff from NetBSD that we don't need. This
...
eliminates the need to include the dynamic linker's private header
file, as well as two other headers from <sys>.
1999-04-24 02:07:17 +00:00
jkh
2d3f68eb3d
Remove the registration stuff; we're redoing this and the emailed
...
registrations have a high failure rate for various reasons.
1999-04-24 01:53:55 +00:00
sada
eb3c647602
Typo of `same_ports' directive.
...
Submitted by: Masaki Nohtomi <noutomi@jbm-net.or.jp>
1999-04-24 01:42:44 +00:00
gibbs
699eefec29
ahc_pci.c:
...
Convert to new bus and bus dma.
Use latest PCI API.
bt_pci.c:
Fix a few bugs in how resourses are released left over from
when this driver was converted to new bus.
1999-04-23 23:30:22 +00:00
gibbs
5708de85db
staticize.
1999-04-23 23:29:23 +00:00
gibbs
c6b0e57264
ahb.c:
...
Synchronize malloc types for our softc.
ahc_eisa.c:
Sync to aic7xxx driver bus dma and new bus changes.
1999-04-23 23:29:00 +00:00
gibbs
3fe0617cd0
bt.c:
...
Simplify some inline functions.
btreg.h:
Correct a comment.
1999-04-23 23:28:20 +00:00
gibbs
45d221ea09
Complete conversion to bus dma. This driver now works on the alpha.
...
aicasm_symbol.c:
Correct an unaligned access problem. You can't rely on DB to
store your data in an aligned fashion.
1999-04-23 23:27:31 +00:00
gibbs
0ef23b6c49
Kill a compiler warning.
1999-04-23 23:26:10 +00:00