| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
w/o giving any credit.
|
|
|
|
|
|
|
|
| |
PC-card stuff. Also print a NEWLINE (!!) after that.
I'm driving mad each time when I see messages related to pccard before
"Enable PC-card." and particulary when I see
"Doing initial network setup". on the same line w/o a break.
|
|
|
|
| |
Submitted by: sanpei@sanpei.org (MIHIRA-san Yoshiro)
|
|
|
|
|
|
|
|
|
| |
case instead of test where appropriate, since case allows case is a sh
builtin and (as a side-effect) allows case-insensitivity.
Changes discussed on freebsd-hackers.
Submitted by: Doug Barton <Doug@gorean.org>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* All variables are now embraced: ${foo}
* All comparisons against some value now take the form:
[ "${foo}" ? "value" ]
where ? is a comparison operator
* All empty string tests now take the form:
[ -z "${foo}" ]
* All non-empty string tests now take the form:
[ -n "${foo}" ]
Submitted by: jkh
|
|
|
|
| |
daemonizes, lets just let things progress normally.
|
| |
|
|
|
|
|
|
|
| |
and set it to "/etc/pccard.conf.sample" in /etc/defaults/rc.conf.
Perhaps this default value can be inappropriate,
but I set to this value for the convenience of PC-card boot.flp users.
Please correct it if there are better solutions.
|
| |
|
|
|
|
|
|
|
| |
Make Mike Smith very happy by nuking the PCIC auto-load code. :-)
NOTE - You will have to have PCIC in your kernel again!!
You have been warned!!
|
| |
|
|
|
|
|
|
|
|
| |
for the PCIC module in the kernel.
{ I promise this is the last commit! }
Submitted by: "Sean O'Connell" <sean@stat.Duke.EDU>
|
|
|
|
|
|
| |
original patch.
Submitted by: "Sean O'Connell" <sean@stat.Duke.EDU>
|
|
|
|
|
|
| |
a compiled in one.
Submitted by: "Sean O'Connell" <sean@stat.Duke.EDU>
|
|
|
|
|
| |
Add ActionTec v.90 modem and Libretto Floppy to pccard database;
Autoload pcic device.
|
| |
|
|
|
|
|
|
| |
(gotta get myself -current again, this is a drag).
Also-fixes-problems-noted-by: Wolfgang Helbig & Joerg Wunsch
|
| |
|
| |
|
|
|
|
| |
Submitted by: The Nomads
|
|
|