summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/pccard
Commit message (Collapse)AuthorAgeFilesLines
* Alter the pccard setup a bit so that it looks prettier by redirectingjhb2001-03-041-5/+5
| | | | | | | pccardc's stdout to /dev/null and outputting short messages on succesful completion instead much like other rc scripts. Reviewed by: imp
* Fix this to be more consistent with similar constructions elsewheredougb2001-01-141-1/+1
|
* Apply a more consistent style to the echo statements in /etc/ scripts.dougb2000-12-171-1/+2
| | | | | | | | | | * Put quotes around each line * Single quotes for lines with no variable interpolation * Double quotes if there is * Capitalize each word that begins a line * Make echo -n 'Doing foo:' ... echo '.' more of a standard No functionality changes
* Add copyright notices. Other systems have been barrowing our /etc filesobrien2000-10-081-1/+28
| | | | w/o giving any credit.
* Print "Enable PC-card." before anything else is done withalex2000-09-231-1/+2
| | | | | | | | 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.
* Now that pccardc beep actually works, add knob for it in rc.conf/rc.pccardimp1999-12-021-0/+4
| | | | Submitted by: sanpei@sanpei.org (MIHIRA-san Yoshiro)
* Apply a consistent style to most of the etc scripts. Particularly, usesheldonh1999-09-131-8/+15
| | | | | | | | | 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>
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* Style clean-up:sheldonh1999-08-251-7/+7
| | | | | | | | | | | | | | | | * 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
* Don't background pccardd, it nullfies the "-z" flag. pccardd itselfobrien1999-07-261-2/+2
| | | | daemonizes, lets just let things progress normally.
* Removed my name and (old) e-mail address from comments.hosokawa1999-07-071-6/+2
|
* Added pccard_conf parameter to /etc/rc.conf,hosokawa1999-07-071-0/+3
| | | | | | | 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.
* Added "pccardd_flags" for rc.conf.hosokawa1999-07-041-2/+2
|
* This has bitrotted to the state that it is no longer functional.markm1999-05-051-9/+1
| | | | | | | 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!!
* Use ``grep -w'' to prevent catching "pcic_pci"dima1999-05-041-2/+2
|
* - Mixup of kldstat arguments. Use '-i 1' instead of '-n 1' when checkingnate1999-03-171-2/+2
| | | | | | | | for the PCIC module in the kernel. { I promise this is the last commit! } Submitted by: "Sean O'Connell" <sean@stat.Duke.EDU>
* Whoops, fixed typos in PCIC loading command when I modified Sean'snate1999-03-171-2/+2
| | | | | | original patch. Submitted by: "Sean O'Connell" <sean@stat.Duke.EDU>
* Add a Q&D test before loading the pcic module to make sure there isn'tnate1999-03-171-3/+8
| | | | | | a compiled in one. Submitted by: "Sean O'Connell" <sean@stat.Duke.EDU>
* Add bits useful to getting laptops going (my Libretto in particular)markm1999-02-041-1/+4
| | | | | Add ActionTec v.90 modem and Libretto Floppy to pccard database; Autoload pcic device.
* Add Id keyword.brian1998-08-101-0/+2
|
* Update the etc world from RELENG_2_2 which is now more up-to-datejkh1997-05-031-2/+2
| | | | | | (gotta get myself -current again, this is a drag). Also-fixes-problems-noted-by: Wolfgang Helbig & Joerg Wunsch
* YAMF22jkh1997-04-281-5/+0
|
* Bring in rc file changes from -current.jkh1997-04-271-6/+6
|
* Minor modifications to the PCCARD startup files and comments.nate1997-01-061-2/+2
| | | | Submitted by: The Nomads
* Renamed the relevant PC-Card support files to reflect the newest release.nate1996-03-141-0/+20
OpenPOWER on IntegriCloud