mdodd
f0ca564775
Sync with recent changes to the MCA bus code. Resource IVARS went
...
away.
1999-10-08 13:02:34 +00:00
roger
bb2e675228
No longer required, following the move of the driver to /sys/dev/bktr
1999-10-08 10:19:49 +00:00
marcel
8366d8e9d7
Synchronize with i386 rev 1.367
1999-10-08 09:20:56 +00:00
dfr
1b05089e38
Don't include <machine/frame.h>.
1999-10-08 09:09:13 +00:00
marcel
421cd96595
Fix the breakage of doscmd that was caused by the rebirth
...
of sigcontext and the change in mcontext_t.
Partial fix submitted by:
Philipp Mergenthaler <un1i@rz.uni-karlsruhe.de>`
1999-10-08 09:02:39 +00:00
n_hibma
c3c39363af
Change the SOURCE line to include ${CURDIR}
...
Submitted by: Guy Helmer <ghelmer@scl.ameslab.gov>
1999-10-08 07:41:17 +00:00
n_hibma
d06b076544
Move the include of device.h into the NetBSD specific section.
...
Submitted by: Guy Helmer <ghelmer@scl.ameslab.gov>
1999-10-08 07:38:11 +00:00
peter
d2c2fe62f0
Zap these defucnt files before anyone things about trying to merge them.
1999-10-08 06:21:38 +00:00
peter
8a1cbec077
Zap references to 'major' token, it's not used.
...
Zap references to devices.i386 - it's not used. (neither is devices.pc98
or devices.alpha)
1999-10-08 06:20:43 +00:00
phk
ac618b2685
Fix amr.c line, a '.' had become a '/'.
1999-10-08 05:43:33 +00:00
dwhite
6f53851bb1
Add documentation for the PicoBSD install floppy.
1999-10-08 05:20:06 +00:00
dwhite
7bbfacece4
Add a new floppy type, install. This type builds a disk that can
...
slice, partition, newfs, and install FreeBSD from a tarball on a remote server.
Handy for doing mass-installs for server farms.
Documentation following shortly.
1999-10-08 04:00:21 +00:00
nsayer
46994cbf2d
Reverse order of krb4 and des build so that SRA telnet does not
...
overwrite Kerberos Telnet.
1999-10-07 22:56:16 +00:00
n_hibma
d85494b2df
Fix typo
1999-10-07 21:25:04 +00:00
n_hibma
0ff67f6369
The Makefiles for the modules for the USB device drivers.
...
Finally.
1999-10-07 21:23:08 +00:00
n_hibma
8de11caff0
Make the umodem stub compile
1999-10-07 21:09:08 +00:00
n_hibma
90d5b7a288
Remove a debugging printf.
1999-10-07 21:08:29 +00:00
n_hibma
01a5c1aac5
Add make_dev and remove_dev.
1999-10-07 21:06:52 +00:00
n_hibma
49b5ea72f9
priorities weren't correct (old version).
1999-10-07 20:58:43 +00:00
markm
a06abd1dbc
Allow for a telnet in secure/ (SRA telnet).
...
Submitted by: Nick Sayer
1999-10-07 20:06:22 +00:00
markm
ebf56ceccb
Allow for a telnet in secure/ (SRA telnet).
1999-10-07 20:04:17 +00:00
markm
0daf9d51f5
Allow for another telnet in secure (SRA telnet).
...
Submitted by: Nick Sayer
1999-10-07 20:02:45 +00:00
markm
e22fcdae42
Make telnet with SRA work.
...
Submitted by: Nick Sayer
1999-10-07 19:47:09 +00:00
n_hibma
a6c74e1cc3
Deconfuse release and revision
1999-10-07 19:41:00 +00:00
n_hibma
b6c58860ab
Major synchronisation with the NetBSD USB stack:
...
- Some cleanup and improvements in the uhci and ohci drivers
- Support for plugging and unplugging devices improved
- Now available is bulk transport over OHCI controllers
- Resume and suspend have been temporarily been disabled again. Proper
support for it is available in the uhci.c and ohci.c files but I have
not yet spent the brain cycles to use it.
- OpenBSD now uses the USB stack as well
- Add FreeBSD tags
1999-10-07 19:26:38 +00:00
markm
2417a47109
Bring in SRA for telnet.
...
Submitted by: Nick Sayer
1999-10-07 18:59:55 +00:00
n_hibma
eea0f62c05
remove the use of uhci_reset to wake up the controller after
...
resume/suspend (->resume is broken again, will be fixed properly ASAP)
style fixes
1999-10-07 18:56:10 +00:00
n_hibma
55a69f0422
Remove last bits and pieces of NetBSD porting.
...
Remove the use of ukbd_disconnect and replace it with direct
calls to disable.
Change printf to DPRINTF
Remove the use of usbd_lock, change it to splusb()/splx()
1999-10-07 18:53:08 +00:00
n_hibma
cfbf728f56
Remove the last bits and pieces left over from porting the driver
...
from NetBSD.
1999-10-07 18:50:46 +00:00
kuriyama
139678a42c
Add COREGA EtherII PCC-T entry.
...
Submitted by: KANAZAWA makoto <mako@tcn-catv.ne.jp>
PR: conf/12650
1999-10-07 15:50:44 +00:00
sheldonh
22af2421d1
Mdoc cleanup, with a few grammar cleanups on the side.
...
Reviewed by: mpp
1999-10-07 13:56:43 +00:00
marcel
82d2a417f9
Simplification of the signal trampoline and other cleanups.
...
o Remove unused defines from genassym.c that were needed
by the trampoline.
o Add load_gs_param function to support.s that catches
a fault when %gs is loaded with an invalid descriptor.
The function returns EFAULT in that case.
o Remove struct trapframe from mcontext_t and replace it
with the list of registers.
o Modify sendsig and sigreturn accordingly.
This commit contains a patch by bde.
Reviewed by: luoqi, jdp
1999-10-07 12:40:34 +00:00
bp
92cdc096e6
Put back cn_namelen initialization. Removed by phk in rev 1.2.
1999-10-07 12:18:12 +00:00
marcel
fc3c2c1bd5
I forgot this one :-(
...
ucontext_t is now actually compatible with struct sigcontext.
Discovered by: jdp
1999-10-07 09:03:17 +00:00
alfred
b4eb8ad32b
sync with netbsd PR 8534, fix undefined C code.
...
Pointed out by: David A. Holland
1999-10-07 08:41:55 +00:00
brian
b78d8db347
Don't go from datalink state opening directly to lcp, go via
...
carrier instead so that we can set up our carrier detect
timer and eventually notice when we lose carrier.
Honour the script.run value when coming out of carrier state.
PR: 14145
1999-10-07 07:32:12 +00:00
msmith
9ac9ad09b0
Add entries for the 'amrd' and 'mlxd' disk nodes used by the AMI MegaRAID
...
and Myles drivers respectively.
1999-10-07 02:37:04 +00:00
msmith
410580f7fd
Connect the 'amr' and 'mlx' drivers. They can be built as modules or
...
integrated into a static kernel as the user wishes.
1999-10-07 02:24:22 +00:00
msmith
8582d1db60
This is a driver for the AMI MegaRAID family of controllers. It all of
...
the AMI PCI controllers using the 8LD firmware interface (40LD firmware
will be supported as soon as I have hardware to test with).
These controllers are rebadged by Dell as the PERC, as well as by HP
and possibly other vendors.
1999-10-07 02:23:12 +00:00
msmith
685ad45645
This is a driver for the Mylex DAC960 family of integrated RAID
...
controllers. It currently supports the P, PL, PD and PU variants,
with more to be supported shortly.
1999-10-07 02:20:32 +00:00
msmith
f9e0a2c0d2
Be much more selective in claiming devices that might be IDE controllers.
...
The old algorithm was:
if class == storage and subclass != SCSI device must be IDE
This results in claiming 'raid' and 'other' storage devices as IDE,
which is typically not the case.
Reviewed by: sos
1999-10-07 02:17:21 +00:00
msmith
5f150b8199
Re-synchronise the alpha major numbers list with the i386 list.
...
Add the Mylex DAC960 and AMI MegaRAID numbers.
1999-10-07 02:15:10 +00:00
brian
38ec90a9b7
Mention the received/expected magic for dodgy ECHO LQRs.
1999-10-06 23:22:54 +00:00
jhay
8705024885
Swap IOC_OUT and IOC_IN for the SETDIR macro. The linux ioctl read and
...
write bits are swapped.
Reviewed by: luoqi, marcel
1999-10-06 19:51:37 +00:00
alfred
f7b632b8ac
Put the umount request through the same translation as the mount
...
request.
Fix some uninitialized warnings and a style bug while we are here.
Problem still exists where a failed umount can be misreported as
success.
Submitted by: Martin Blapp <mb@imp.ch>
1999-10-06 18:20:44 +00:00
brian
3d8af19ed3
5 minutes == 300 seconds, not 600 !
...
Submitted by: Robert Inder <R.Inder@ed.ac.uk>
1999-10-06 15:07:15 +00:00
yokota
48291e20e3
- Remove cdevsw_add().
1999-10-06 13:03:09 +00:00
yokota
cf60da86f2
- Remove cdevsw_add().
...
- Call ttyregister() and make_dev() to register virtual terminals.
- Set nottystop to tp->t_stop.
1999-10-06 13:01:12 +00:00
sheldonh
4d084d0fc6
Do not misinterpret blank and comment lines as passwordless accounts.
...
PR: 13909
Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
1999-10-06 10:29:33 +00:00
ru
3fe86c67fe
Fixed the description of how packets re-enter IP firewall filter.
...
Suggested by: Ari Suutari <ari@suutari.iki.fi>
1999-10-06 09:26:39 +00:00