aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.pccard
Commit message (Collapse)AuthorAgeFilesLines
* Alter the pccard setup a bit so that it looks prettier by redirectingJohn Baldwin2001-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 Notes: svn path=/head/; revision=73524
* Fix this to be more consistent with similar constructions elsewhereDoug Barton2001-01-141-1/+1
| | | | Notes: svn path=/head/; revision=71020
* Apply a more consistent style to the echo statements in /etc/ scripts.Doug Barton2000-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 Notes: svn path=/head/; revision=70108
* Add copyright notices. Other systems have been barrowing our /etc filesDavid E. O'Brien2000-10-081-1/+28
| | | | | | | w/o giving any credit. Notes: svn path=/head/; revision=66830
* Print "Enable PC-card." before anything else is done withAlexander Langer2000-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. Notes: svn path=/head/; revision=66298
* Now that pccardc beep actually works, add knob for it in rc.conf/rc.pccardWarner Losh1999-12-021-0/+4
| | | | | | | Submitted by: sanpei@sanpei.org (MIHIRA-san Yoshiro) Notes: svn path=/head/; revision=54041
* Apply a consistent style to most of the etc scripts. Particularly, useSheldon Hearn1999-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> Notes: svn path=/head/; revision=51231
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* Style clean-up:Sheldon Hearn1999-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 Notes: svn path=/head/; revision=50357
* Don't background pccardd, it nullfies the "-z" flag. pccardd itselfDavid E. O'Brien1999-07-261-2/+2
| | | | | | | daemonizes, lets just let things progress normally. Notes: svn path=/head/; revision=49092
* Removed my name and (old) e-mail address from comments.Tatsumi Hosokawa1999-07-071-6/+2
| | | | Notes: svn path=/head/; revision=48649
* Added pccard_conf parameter to /etc/rc.conf,Tatsumi 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. Notes: svn path=/head/; revision=48648
* Added "pccardd_flags" for rc.conf.Tatsumi Hosokawa1999-07-041-2/+2
| | | | Notes: svn path=/head/; revision=48554
* This has bitrotted to the state that it is no longer functional.Mark Murray1999-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!! Notes: svn path=/head/; revision=46521
* Use ``grep -w'' to prevent catching "pcic_pci"Dima Ruban1999-05-041-2/+2
| | | | Notes: svn path=/head/; revision=46390
* - Mixup of kldstat arguments. Use '-i 1' instead of '-n 1' when checkingNate Williams1999-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> Notes: svn path=/head/; revision=44837
* Whoops, fixed typos in PCIC loading command when I modified Sean'sNate Williams1999-03-171-2/+2
| | | | | | | | | original patch. Submitted by: "Sean O'Connell" <sean@stat.Duke.EDU> Notes: svn path=/head/; revision=44835
* Add a Q&D test before loading the pcic module to make sure there isn'tNate Williams1999-03-171-3/+8
| | | | | | | | | a compiled in one. Submitted by: "Sean O'Connell" <sean@stat.Duke.EDU> Notes: svn path=/head/; revision=44830
* Add bits useful to getting laptops going (my Libretto in particular)Mark Murray1999-02-041-1/+4
| | | | | | | | Add ActionTec v.90 modem and Libretto Floppy to pccard database; Autoload pcic device. Notes: svn path=/head/; revision=43590
* Add Id keyword.Brian Somers1998-08-101-0/+2
| | | | Notes: svn path=/head/; revision=38238
* Update the etc world from RELENG_2_2 which is now more up-to-dateJordan K. Hubbard1997-05-031-2/+2
| | | | | | | | | (gotta get myself -current again, this is a drag). Also-fixes-problems-noted-by: Wolfgang Helbig & Joerg Wunsch Notes: svn path=/head/; revision=25412
* YAMF22Jordan K. Hubbard1997-04-281-5/+0
| | | | Notes: svn path=/head/; revision=25238
* Bring in rc file changes from -current.Jordan K. Hubbard1997-04-271-6/+6
| | | | Notes: svn path=/head/; revision=25184
* Minor modifications to the PCCARD startup files and comments.Nate Williams1997-01-061-2/+2
| | | | | | | Submitted by: The Nomads Notes: svn path=/head/; revision=21365
* Renamed the relevant PC-Card support files to reflect the newest release.Nate Williams1996-03-141-0/+20
Notes: svn path=/head/; revision=14624